Questions tagged [resourcemanager]

The resourcemanager is ambiguous. The main two subjects identified are the .net ResourceManager (related to resx), and the hadoop Resource Manager.

267 questions
0
votes
1 answer

Is the System.Resources.Resourcemanager thread-safe?

My web application, when users login using different culture, is rendering it's content partially in incorrect culture. This Asp.net web application caches the ResourceManager in the HttpContext.Current.Cache. The Resourcemanager GetString is…
0
votes
1 answer

Timeline server application logs pointing to 0.0.0.0

I have setup timeline server on my Hadoop 2.7. Enabled timeline server on http port 8188 It is working fine, able to view all jobs on UI. Now whenever I check application attempt logs, container logs (link) It points to…
Sam
  • 47
  • 9
0
votes
1 answer

hadoop resource manager, how to know where data is

For example, I run hive query "SELECT COUNT(1) FROM DB.TABLE_NAME;". Then hive will translate to MapReduce, and then submit to ResourceManager. The Hadoop's concept is application will be deployed where node that data existing. But, ResourceManager…
user1371662
  • 103
  • 2
  • 7
0
votes
1 answer

Runing sparkRM on rapidminer : error occurred during submitting or starting the spark job

I'm working with rapidminer to extract rules from a big dataset. Radoop the extension to hadoop ecosystem and the sparkRM operator allow proceeding the fp-growth from retrieving data from hive to exploring the analysis. I'm working on: -windows…
0
votes
0 answers

When does Resource Manager contact Name Node and where in the code can I find it?

My question is more related to the actual code. I am working on Hadoop 2.7.7. I seem to understand that after an application has been submitted by the client, the Resource Manager has to assign one application master to process the application. At…
aquaman
  • 1
  • 1
0
votes
0 answers

kerberos ticket error on chrome browser while accessing active resource manager UI / JMX

Good day. I have enabled kerberos on my HDP cluster. I am trying to access active resource manager UI / JMX link via yarn on ambari. but unable to open it in chrome. This is the error - HTTP ERROR 403 Problem accessing /cluster. Reason: …
0
votes
1 answer

Yarn Resource manager-admin commands

I am new in yarn resource manager admin commands, I know how to check the status of the application with -appStates keyword. For example, yarn application -list -appStates FINISHED will give all the finished jobs. We can do more with states like…
0
votes
2 answers

How to get the memory usage metrices from hadoop ResourceManager

I have a dataproc cluster running in Google cloud with 3 master nodes and 40 worker nodes. I use hadoop ResourceManager to monitor the applications and other metrics like queue usage, memory usage, app running etc. I am unable to get the command to…
0
votes
1 answer

using TwoLetterIsoLanguageName for ResourceManager

I have 6 resource files for 6 different languages (En, Nl, De, Es, It, Fr). I'm getting the string with ResourceManager.GetString, but it only seems to work if the AppResources file has the full en-EN, fr-FR etc. Is it possible to name the files…
Freerk92
  • 55
  • 1
  • 9
0
votes
2 answers

How can I ensure that the appropriate language version of a string resource is loaded at runtime?

I have a string resource file called "strings.resx" in my VB.NET project, defined as an embedded resource. I have another file called strings.es.resx, which contains all of the same strings in Spanish. I'm loading the resource at runtime using the…
Robinson
  • 9,666
  • 16
  • 71
  • 115
0
votes
1 answer

How to get comment or description field .resx file C#

I would like to get the description field in a .resx field using C#, At the moment I can get the "value" field using: public static String f_str_textoRecurso(String p_str_archivo, String p_str_key) { System.Resources.ResourceManager t_rsm = …
krlosruiz
  • 113
  • 3
  • 11
0
votes
1 answer

Web Api 2 : How to Set Resource Manager Culture in Every Request?

I have a resource manager class for web api project. Like this : public static class MyResource { private static global::System.Globalization.CultureInfo resourceCulture; public static global::System.Globalization.CultureInfo Culture { …
0
votes
1 answer

get value of specific resource string

I have developed a multilingual application where my resource file resides in App_GlobalResources. Resource file structure is as below: App_GlobalResources --------Resource.ar.resx --------Resource.resx I want to display resourcekey value with both…
Ronak
  • 127
  • 3
  • 15
0
votes
1 answer

Understand Hadoop yarn memory in datanode and Unix memory

We are having 20 data nodes and 3 management nodes. Each data node is having 45GB of RAM . Data node RAM Capacity 45x20=900GB total ram Management nodes RAM Capacity 100GB x 3 = 300GB RAM I can see memory is completely occupied in Hadoop…
0
votes
0 answers

Empty object while loading resource with ResourceManager (C++/CLI)

I'm trying to load one graphic resource (PNG image) which seems to be added to my project (I used 'Add item...' with the file placed at the main path). The function I made is the next: Image^ Camera::LoadResource( String^ file, String^ Res){ …
areify
  • 196
  • 1
  • 9