The resourcemanager is ambiguous. The main two subjects identified are the .net ResourceManager (related to resx), and the hadoop Resource Manager.
Questions tagged [resourcemanager]
267 questions
3
votes
0 answers
How YARN and Spark makes decision to choose a work node?
As my understanding, when Yarn create jobs, it will chooses the one which stores the data pending on processing as the work node, because moving data is expensive than moving code, local processing will significantly reduce network traffic cost. But…

user3593261
- 560
- 4
- 17
3
votes
2 answers
How can i get the output of a CustomScriptExtenstion when using Azure Resource Manager?
I am using an Azure PowerShell Runbook to execute a PowerShell script on an Azure virtual machine. I do not find a way to get the output of the remote script when I'm using the Azure resource manager functions, which I have to use for my deployment.…

MoJo2600
- 409
- 3
- 10
3
votes
1 answer
Issue with Resource manager connection while submitting map reduce job
I am getting resource manager connecting issue while submitting map reduce job in Hortonworks Hadoop cluster.
15/12/03 16:58:27 INFO client.RMProxy: Connecting to ResourceManager at /:8050
15/12/03 16:58:29 INFO ipc.Client: Retrying connect to…

Nagaraj Vittal
- 881
- 13
- 26
3
votes
1 answer
Localization using multiple resx files
My web application is handling localization via resource file placed in a satellite assembly using ResourceManager. Since the application is growing I would like to split resx file into multiple files (for each language), but on the client side,…

rsileoni
- 76
- 4
3
votes
1 answer
ResourceManager not picking up correct resx file
I am having an issue getting the correct resource file entries and need some help ... here is my scenario
I have a series of projects that are a part of a large reporting solution that follow this format
Plugin.****Report
Reference (folder) …

Chris
- 617
- 1
- 7
- 17
3
votes
1 answer
yarn-daemon.sh writes to wrong log directory in HDP
I have install Hortonworks HDP version 2.2.4.2-2 on my laptop. I have started HDFS services such as name node, secondary name node, and all data nodes. I can browse HDFS through name node web interface. The problem is with resource manager. HDP…

Majid Azimi
- 5,575
- 13
- 64
- 113
3
votes
1 answer
Is it possible to create a pseudo resource on the fly without using .resx file using ResourceManager?
I have a resource file strings.resx in my project that stores default English strings. For testing purpose, I created one more file strings.zh-CN.resx but the strings stored there are not real Chinese. They are just test strings that have been…

murtazat
- 399
- 3
- 12
3
votes
2 answers
YARN - Possible values for "ResourceManager Web UI" port
Is the port for "ResourceManager Web UI" for a yarn machine always set to 8088 or is it possible to change it?
I see here in the documentation of hortonworks that the default value is 8088, but it is not written whether it could have different…

Xquery
- 187
- 1
- 3
- 9
2
votes
1 answer
Resourcemanagers resourceset has wrong values
i'm developing a wpf / prism 4 application which uses localized resx resourcefiles. After some debugging (it didn't work as expected) i saw that all the resourceset's of my resourcemanager had the same values. The values of the default…

csteinmueller
- 2,427
- 1
- 21
- 32
2
votes
1 answer
Oracle Resource Manager Plan Design
I am new to the Oracle 10g Resource Manager and am looking for guidance on how to put together a plan to meet my goals. I will test the plan, but I'm hoping for some guidance so I don't have to try hundreds of different plan configurations. I have…

Leigh Riffel
- 6,381
- 3
- 34
- 47
2
votes
1 answer
Durable Resource Manager (IEnlistmentNotification) Recovery
I'm creating a resource manager by implementing IEnlistmentNotification. I'm trying to create a durable RM which has brought up a few questions for me.
Should there be an IEnlistmentNotification object per transaction or should a single…

Josh Close
- 22,935
- 13
- 92
- 140
2
votes
2 answers
Problem with pulling out icons from resource bundle in Flex
I'm having trouble with getting icons from resource bundle in Flex. Here's the scenario:
Directory structure looks like this:
-ResourceManagerTest
-resources
-icons
-icon1.png
-icon2.png
-icons.properties
-src
…
azizz
2
votes
1 answer
How to use resources from ResourceManager in WPF binding
Is there any good tutorial on how to use ResourceManager in WPF binding ? I know how to use it with the GetString function to retrieve a specific resource, but I also would like to use in in binding.
something like

David Brunelle
- 6,528
- 11
- 64
- 104
2
votes
1 answer
Override the ResourceManager in an ASP.NET MVC application?
Is it possible to override the ResourceManager in an ASP.NET MVC2 application?
I've skim read several articles about creating a resource provider, but this seems like overkill. All I want to do is override the GetResourceFileName(CultureInfo…

gusgorman
- 170
- 1
- 11
2
votes
2 answers
Loading images from a directory inside XAP
I want to load some images into a ListBox. These images are inside XAP.
Someone tell me that I can use ResourceManager, but I don't know how to get a list for all images inside a folder like "/Assets/Images/".
These images are added as Content.
Any…

VansFannel
- 45,055
- 107
- 359
- 626