Re: Is there a way to resolve Fair Scheduler Problem

2016-04-26 Thread mahender bigdata
Thanks Khaja. I will look into it. On 4/25/2016 4:38 PM, Khaja Hussain wrote: Hi If you need other application in a queue to start you can use pre-emption. Below link has the details. What pre-emption does is it guarantee's capacity, in which case your job will start. If there is no load o

Re: Is there a way to resolve Fair Scheduler Problem

2016-04-25 Thread Khaja Hussain
Hi If you need other application in a queue to start you can use pre-emption. Below link has the details. What pre-emption does is it guarantee's capacity, in which case your job will start. If there is no load on the given queue those resources will be used by other queue. Hope this helps. https