(Experimental) Introduce a new scheme fair for DAG scheduling.
Set the configuration key mr3.dag.queue.scheme to fair to try the new scheme.
The scheme fair uses three auxiliary configuration keys:
mr3.dag.queue.fair.miss.host.delay,
mr3.dag.queue.fair.num.recent.dags, and
mr3.dag.queue.fair.extra.worker.max.percent.
This is an experimental feature
(which is particularly effective in large clusters)
and can be removed in future releases.