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

Is there a way to resolve Fair Scheduler Problem

2016-04-25 Thread mahender bigdata
Hi Team, Is there way to resolve Fair Queue Scheduler problem. Currently I see If application requires more resources, it fully consumes available resources leaving other submitted applications in *pending *or *accepted *state. Do i need to modify set yarn.scheduler.maximum-allocation-mb=512