Nitin,
You should read about the queues concept in hadoop job scheduler. Each
scheduler works with a certain type of Queue. The default scheduler uses a
FIFO queue. However, hadoop is quite flexible, in that, you can plug-in any
scheduler that's been contributed. Right now, capacity scheduler & fai
Hi,
On Sun, Dec 12, 2010 at 11:21 PM, nitin reddy wrote:
> Hi
>
> I want to induce dynamic priority to the jobs being submitted like
> rather than the default FIFO i want to set a variable that decides the
> priority of it a situation may be even the job may be first in the
> queue it might have
Hi
I want to induce dynamic priority to the jobs being submitted like
rather than the default FIFO i want to set a variable that decides the
priority of it a situation may be even the job may be first in the
queue it might have less priority than the job that is behind in the
queue . just wanted t