RE: Could not find or load main class org.apache.hadoop.yarn.server.nodemanager.containermanager.loca lizer.ContainerLocalizer

2019-08-20 Thread Bibinchundatt
Could you try the following 1. Switch to job user , Check “ ls - l ” to check access to jar . Check parent dir permissions too From: alex noure [mailto:hello123...@gmail.com] Sent: 20 August 2019 16:50 To: Prabhu Josephraj Cc: user@hadoop.apache.org; mapreduce-iss...@hadoop.apache.org

RE: Hadoop Java API to get maximum-am-resource-percent

2016-12-27 Thread Bibinchundatt
Hi Benson, org.pache.hadoop.yarn.api.records.QueueInfo currently don’t have interface to get configured am percentage for queue Could you try using rest interface ¨ /ws/v1/cluster/scheduler Regards Bibin From: Benson Qiu [mailto:benson@salesforce.com] Sent: 22 December 2016 06:1

RE: Determine whether yarn timeline server is running

2016-11-22 Thread Bibinchundatt
Hi Ajay, Timeline server REST API should help you /ws/v1/timeline Sample out {"About":"Timeline API","timeline-service-version":"3.0.0-alpha2-SNAPSHOT","timeline-service-build-version":"3.0.0-alpha2-SNAPSHOT from ca33bdd5c6afd45110edb6961d1c492bcb009472 by root source checksum a4f754475b5999

RE: Yarn 2.7.3 - capacity scheduler container allocation to nodes?

2016-11-10 Thread Bibinchundatt
of containers. Regards Bibin From: Rafał Radecki [mailto:radecki.ra...@gmail.com] Sent: 10 November 2016 17:26 To: Bibinchundatt Cc: Ravi Prakash; user Subject: Re: Yarn 2.7.3 - capacity scheduler container allocation to nodes? We have 4 nodes and 4 large (~30GB each tasks), additionally we have

RE: Yarn 2.7.3 - capacity scheduler container allocation to nodes?

2016-11-10 Thread Bibinchundatt
Hi Rafal! Is there a way to force yarn to use configured above thresholds (70% and 30%) per node? -Currently we can’t specify threshold per node. As per your initial mail Yarn per node is ~50GB means all nodes resources are same. Any usecase specifically for per node allocation based on percenta