Re: Requesting containers on a specific host

2013-07-08 Thread Krishna Kishore Bonagiri
ith trunk build. >> >> ** ** >> >> Thanks >> >> Devaraj k >> >> ** ** >> >> *From:* Krishna Kishore Bonagiri [mailto:write2kish...@gmail.com] >> *Sent:* 04 July 2013 21:33 >> >> *To:* user@hado

Re: Requesting containers on a specific host

2013-07-05 Thread Krishna Kishore Bonagiri
ou could > check 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: Reques

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-07-04 Thread Alejandro Abdelnur
gt; Thanks, > > 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 spec

RE: Requesting containers on a specific host

2013-07-04 Thread John Lilley
n 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 added recently: https://issues.apache.org/jira/browse/YAR

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 wrote: > To guarantee nodes on a specific container you need to use the whitelist > feature we added recent

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 wrote: > I could get containers on specific nodes using addContainerRequest() on > AMRMC

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-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 da

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 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 < > write2kish...@gmail.c

Re: Requesting containers on a specific host

2013-06-21 Thread Arun C Murthy
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 wrote: > Hi, > I am trying to get container on a specific host, using setHostName(0 call > on ResourceRequest, but could not get allocated anything forever, which just > w