From what I have read, YARN (MRv2) allows a way to plug in a scheduler, replacing the default FIFO scheduler. My question is, can we do the same in MRv1? Is there a way to replace the FIFO scheduler in the older version of Hadoop, or is this something that is provided only with YARN?
Share
I’ve been using the fair scheduler for some time now in the 0.20.x version of Hadoop and never had any issues.
You can set the following property:
And you can then go to
http://<jobtracker URL>/schedulerMore details on how to setup for example fair scheduler in MR1 here.