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

2016-11-10 Thread Rafał Radecki
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

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 Rafał Radecki
es resources > are same. Any usecase specifically for per node allocation based on > percentage? > > > > > > *From:* Rafał Radecki [mailto:radecki.ra...@gmail.com] > *Sent:* 10 November 2016 14:59 > *To:* Ravi Prakash > *Cc:* user > *Subject:* Re: Yarn 2.7.3 - capacity s

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

2016-11-09 Thread Ravi Prakash
Hi Rafal! Have you been able to launch the job successfully first without configuring node-labels? Do you really need node-labels? How much total memory do you have on the cluster? Node labels are usually for specifying special capabilities of the nodes (e.g. some nodes could have GPUs and your

Yarn 2.7.3 - capacity scheduler container allocation to nodes?

2016-11-09 Thread Rafał Radecki
Hi All. I have a 4 node cluster on which I run yarn. I created 2 queues "long" and "short", first with 70% resource allocation, the second with 30% allocation. Both queues are configured on all available nodes by default. My memory for yarn per node is ~50GB. Initially I thought that when I will

RE: Resource Manager's container allocation behavior !

2014-11-23 Thread Rohith Sharma K S
sending heartbeat to RM via allocate() call. Container allocation will happen when NodeMager sends heartbeats to RM. This is the reason for you allocation time reduced when you decrease heartbet-interval-ms. Why the application is not provided with all requested containers in first allocate call

Resource Manager's container allocation behavior !

2014-11-21 Thread Hamza Zafar
yarn.resourcemanager.nodemanagers.heartbeat-interval-ms from 1000ms to 100ms .Now at 100ms heatbeat interval the container allocation time has reduced, but still the AM has to make the same number of allocate calls as it was done before when the heartbeat interval was 1000ms.

Re: Container allocation fails randomly

2013-09-18 Thread Krishna Kishore Bonagiri
can see any message? Thanks, Omkar Joshi *Hortonworks Inc.* http://www.hortonworks.com On Thu, Sep 12, 2013 at 6:15 AM, Krishna Kishore Bonagiri write2kish...@gmail.com wrote: Hi, I am using 2.1.0-beta and have seen container allocation failing randomly even when running the same

Re: Container allocation fails randomly

2013-09-17 Thread Krishna Kishore Bonagiri
-beta and have seen container allocation failing randomly even when running the same application in a loop. I know that the cluster has enough resources to give, because it gave the resources for the same application all the other times in the loop and ran it successfully. I have observed

Container allocation fails randomly

2013-09-12 Thread Krishna Kishore Bonagiri
Hi, I am using 2.1.0-beta and have seen container allocation failing randomly even when running the same application in a loop. I know that the cluster has enough resources to give, because it gave the resources for the same application all the other times in the loop and ran it successfully

RE: container allocation

2013-06-14 Thread John Lilley
... perhaps I should ask for containers, see what nodes they are on, and then assign the data splits to them once I see the set of available containers? john From: Arun C Murthy [mailto:a...@hortonworks.com] Sent: Thursday, June 13, 2013 12:27 AM To: user@hadoop.apache.org Subject: Re: container

Re: container allocation

2013-06-13 Thread Arun C Murthy
By default, the ResourceManager will try give you a container on that node, rack or anywhere (in that order). We recently added ability to whitelist or blacklist nodes to allow for more control. Arun On Jun 12, 2013, at 8:03 AM, John Lilley wrote: If I request a container on a node, and

Re: Container allocation on the same node

2013-06-12 Thread Krishna Kishore Bonagiri
Hi Harsh, What will happen when I specify local host as the required host? Doesn't the resource manager give me all the containers on the local host? I don't want to constrain myself to the local host, which might be busy while other nodes in the cluster have enough resources available for