Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-706

Support for FIFO pools in the fair scheduler

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.21.0
    • contrib/fair-share
    • None
    • Support for FIFO pools added to the Fair Scheduler.

    Description

      The fair scheduler should support making the internal scheduling algorithm for some pools be FIFO instead of fair sharing in order to work better for batch workloads. FIFO pools will behave exactly like the current default scheduler, sorting jobs by priority and then submission time. Pools will have their scheduling algorithm set through the pools config file, and it will be changeable at runtime.

      To support this feature, I'm also changing the internal logic of the fair scheduler to no longer use deficits. Instead, for fair sharing, we will assign tasks to the job farthest below its share as a ratio of its share. This is easier to combine with other scheduling algorithms and leads to a more stable sharing situation, avoiding unfairness issues brought up in MAPREDUCE-543 and MAPREDUCE-544 that happen when some jobs have long tasks. The new preemption (MAPREDUCE-551) will ensure that critical jobs can gain their fair share within a bounded amount of time.

      Attachments

        1. mapreduce-706.patch
          217 kB
          Matei Alexandru Zaharia
        2. fsdesigndoc.pdf
          113 kB
          Matei Alexandru Zaharia
        3. fsdesigndoc.tex
          25 kB
          Matei Alexandru Zaharia
        4. mapreduce-706.v1.patch
          215 kB
          Matei Alexandru Zaharia
        5. mapreduce-706.v2.patch
          221 kB
          Matei Alexandru Zaharia
        6. mapreduce-706.v3.patch
          225 kB
          Matei Alexandru Zaharia
        7. mapreduce-706.v4.patch
          229 kB
          Matei Alexandru Zaharia
        8. mapreduce-706.v5.patch
          255 kB
          Matei Alexandru Zaharia

        Activity

          People

            matei Matei Alexandru Zaharia
            matei Matei Alexandru Zaharia
            Votes:
            0 Vote for this issue
            Watchers:
            14 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: