Skip to main content

Questions tagged [resourcemanager]

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

resourcemanager
0 votes
0 answers
15 views

Why i am getting 400 Bad Request when i include page parameter for GetJobLogs { GET /20180917/jobs/{jobId}/logs } from oci .net sdk?

i am trying to send a initial request to to get the details of the job logs and when i include the page parameter, the response gives bad request error and also i want to include pagination in my ...
Bony Cherian's user avatar
0 votes
1 answer
76 views

System.Recources.Resourcemanager only finds the 'default' .resx file (translation file) based on the CultureInfo object

I have a problem with retrieving the right translation file (.resx) based on a CultureInfo object. So I have a translation solution which has four .resx files (the Italian translations of the ...
r-m85's user avatar
  • 126
0 votes
0 answers
46 views

How to find and remove unused keys from ResourceManager in ASP.NET Core?

I have a project with a lot of ResourceManagers, each containing a lot of keys. Some of these keys are not used, so I want to remove them. How can I find and remove unused keys from a ResourceManager ...
Mehdi's user avatar
  • 1,076
1 vote
1 answer
49 views

Yarn UI "Application Memory MB" almost doubled from spark-submit configuration memory settings

We are running a Cloudera cluster (CDP) with Spark on YARN. The Hadoop version is 3.1.1, Spark version is 2.4.8, and CDP version is 7.2.16. In the YARN UI, when we list all running applications, we ...
Fpesenti's user avatar
0 votes
0 answers
86 views

I am unable to view the logs at http://localhost:9870/logs/

I am using the Hadoop HDFS resource manager(localhost:9870), and after successfully uploading files to HDFS, I am facing an issue where I cannot view the logs at http://localhost:9870/logs/. I checked ...
Shubham Patil's user avatar
0 votes
0 answers
84 views

How to have multiple language columns in a Resource file in Visual Studio 2022?

I am on a new .Net project. I want to make localized text, using Visual Studio's Resource files. I remember from a former job that they had a column for each language when editing the said files. I ...
Shiftenas's user avatar
0 votes
2 answers
1k views

IStringLocalizer<T> doesn't work in Asp.Net core Blazor Server

I have set it up for localization as follows: Set the neutralLanguage for the project, // .csproj <NeutralLanguage>ko-KR</NeutralLanguage> Registered localization services into the ...
Big Square's user avatar
0 votes
1 answer
238 views

How to use all machine's CPUs for HTCondor jobs (parallel run)?

I have a submit file my_file.sub for HTCondor with multiple (~100) jobs to be done. File looks pretty simple (I know it can be simplified with $(Process) but it is generated automatically and cannot ...
kerzhy's user avatar
  • 9
0 votes
1 answer
370 views

Could not load file or assembly 'mscorlib, Version=4.0.0.0' in System.Resources.ResourceManager

I have a Blazor .NET6.0 project. I have developed a UI plugin system and a translate service (IStringLocalizer does not work inside the plugin). Everything goes ok in debug mode and standalone release ...
Rossend's user avatar
  • 51
0 votes
1 answer
312 views

AWS EMR Resource Manager REST APIs

For Apache Hadoop installation, there are REST APIs available to get the status of an application or to know a list of running applications etc. Those are mentioned at https://hadoop.apache.org/docs/...
vinayakshukre's user avatar
0 votes
1 answer
177 views

Filtering or removing Azure.ResourceManager VirtualMachineResource as part of query, or after getting query result

Using Azure.ResourceManager. I need to filter returned VirtualMachineResources based on a list of Virtual Machine IDs that I have from a Graph query. Ideally, I'd like to limit the results returned by ...
cjr's user avatar
  • 25
3 votes
2 answers
229 views

Is any ResXFileCodeGenerator alternative to work with thread-safe localizations?

ResourceManager and ResXFileCodeGenerator provide great functionality for localization: it is enough to create the same .resx file with a language prefix (e.g. MyStrings.ru.resx) and as a result we ...
Vitaly Filatenko's user avatar
0 votes
1 answer
127 views

Spark Submit from SSH has different behavior

I have a yarn single node cluster setup in an Ubuntu VM. When I am doing a spark-submit from the VM everything is working fine but when I am launching the same command from another VM with SSH the job ...
Yohan's user avatar
  • 13
0 votes
0 answers
148 views

How to Get (Value or Comment) from a resource item in C# Resource Files into an attribute?

I want to get value from resource into the DefaultValue Attribute in C#? Is it possible and how it works if it is possible? Example like code below [DefaultValue(value:(Resources.ColorResource.Red))] ...
Amin AmiriDarban's user avatar
0 votes
1 answer
329 views

.NET ResourceManager - using neutral culture localization file for specific culture

Maybe a stupid question, but I wonder what is the ResourceManager strategy of selecting specific localization file and localized strings if only neutral culture localization files (en, de etc.) are ...
Frimlik's user avatar
  • 421

15 30 50 per page
1
2 3 4 5
18