Re: Requesting containers on a specific host

2013-07-08 Thread Krishna Kishore Bonagiri
containers on a specific host ** ** Thanks Arun, it seems to be available with 2.1.0-beta, when will that be released? Or if I want it now, could I get from the trunk? ** ** -Kishore ** ** On Thu, Jul 4, 2013 at 5:58 PM, Arun C Murthy a...@hortonworks.com wrote

Re: Requesting containers on a specific host

2013-07-05 Thread devara...@huawei.com
or not. property descriptionPath to file with nodes to include./description nameyarn.resourcemanager.nodes.include-path/name value/value /property ThanksRegards Devaraj k -- View this message in context: http://lucene.472066.n3.nabble.com/Requesting-containers-on-a-specific-host

Re: Requesting containers on a specific host

2013-07-05 Thread Krishna Kishore Bonagiri
the same with trunk build. ** ** Thanks Devaraj k ** ** *From:* Krishna Kishore Bonagiri [mailto:write2kish...@gmail.com] *Sent:* 04 July 2013 21:33 *To:* user@hadoop.apache.org *Subject:* Re: Requesting containers on a specific host ** ** Thanks Arun, it seems

Re: Requesting containers on a specific host

2013-07-04 Thread Krishna Kishore Bonagiri
I could get containers on specific nodes using addContainerRequest() on AMRMClient. But there are issues with it. I have two nodes, node1 and node2 in my cluster. And, my Application Master is trying to get 3 containers on node1, and 3 containers on node2 in that order. While trying to request on

Re: Requesting containers on a specific host

2013-07-04 Thread Arun C Murthy
To guarantee nodes on a specific container you need to use the whitelist feature we added recently: https://issues.apache.org/jira/browse/YARN-398 Arun On Jul 4, 2013, at 3:14 AM, Krishna Kishore Bonagiri write2kish...@gmail.com wrote: I could get containers on specific nodes using

Re: Requesting containers on a specific host

2013-07-04 Thread Krishna Kishore Bonagiri
Thanks Arun, it seems to be available with 2.1.0-beta, when will that be released? Or if I want it now, could I get from the trunk? -Kishore On Thu, Jul 4, 2013 at 5:58 PM, Arun C Murthy a...@hortonworks.com wrote: To guarantee nodes on a specific container you need to use the whitelist

RE: Requesting containers on a specific host

2013-07-04 Thread John Lilley
[mailto:a...@hortonworks.com] Sent: Thursday, July 04, 2013 6:28 AM To: user@hadoop.apache.org Subject: Re: Requesting containers on a specific host To guarantee nodes on a specific container you need to use the whitelist feature we added recently: https://issues.apache.org/jira/browse/YARN-398 Arun

Re: Requesting containers on a specific host

2013-07-04 Thread Alejandro Abdelnur
, John ** ** *From:* Arun C Murthy [mailto:a...@hortonworks.com] *Sent:* Thursday, July 04, 2013 6:28 AM *To:* user@hadoop.apache.org *Subject:* Re: Requesting containers on a specific host ** ** To guarantee nodes on a specific container you need to use the whitelist feature we

RE: Requesting containers on a specific host

2013-07-04 Thread Devaraj k
] Sent: 04 July 2013 21:33 To: user@hadoop.apache.org Subject: Re: Requesting containers on a specific host Thanks Arun, it seems to be available with 2.1.0-beta, when will that be released? Or if I want it now, could I get from the trunk? -Kishore On Thu, Jul 4, 2013 at 5:58 PM, Arun C Murthy

Re: Requesting containers on a specific host

2013-06-25 Thread Krishna Kishore Bonagiri
Hi Arun, I just found that setHostName() doesn't work on 2.0.0-alpha and works on 2.0..4-alpha, I didn't check the intermediate versions. I have verified it by starting the daemons of respective versions, and modifying the ApplicationMaster.java in the distributed shell example, and running a

Re: Requesting containers on a specific host

2013-06-24 Thread Krishna Kishore Bonagiri
Yes Arun, the one I am giving is same as the one I see in RM's log also. Thanks, Kishore On Fri, Jun 21, 2013 at 7:25 PM, Arun C Murthy a...@hortonworks.com wrote: Check if the hostname you are setting is the same in the RM logsā€¦ On Jun 21, 2013, at 2:15 AM, Krishna Kishore Bonagiri