Re: priority in the container request

2014-06-10 Thread Krishna Kishore Bonagiri
Thanks Vinod for the quick answer, it seems to be working when I am requesting all containers with the same specification, but not when I have multiple container requests with different host names specified. Is this expected behavior? Kishore On Mon, Jun 9, 2014 at 10:51 PM, Vinod Kumar

priority in the container request

2014-06-09 Thread Krishna Kishore Bonagiri
Hi, Can we give the same value for priority when requesting multiple containers from the Application Master? Basically, I need all of those containers at the same time, and I am requesting them at the same time. So, I am thinking if we can do that? Thanks, Kishore

Re: priority in the container request

2014-06-09 Thread Vinod Kumar Vavilapalli
Yes, priorities are assigned to ResourceRequests and you can ask multiple containers at the same priority level. You may not get all the containers together as today's scheduler lacks gang functionality. +Vinod On Jun 9, 2014, at 12:08 AM, Krishna Kishore Bonagiri write2kish...@gmail.com