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

RMContainerAllocator counts failed maps towards Reduce ramp up

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.23.0
    • 0.23.1
    • mr-am, mrv2
    • None
    • Reviewed
    • Fixed MapReduce AM to count failed maps also towards Reduce ramp up.

    Description

      The RMContainerAllocator does not differentiate between failed and successful maps while calculating whether reduce tasks are ready to launch. Failed tasks are also counted towards total completed tasks.
      Example. 4 failed maps, 10 total maps. Map%complete = 4/14 * 100 instead of being 0.

      Attachments

        1. MAPREDUCE-3490.patch
          13 kB
          Arun Murthy
        2. MAPREDUCE-3490.patch
          19 kB
          Arun Murthy
        3. MAPREDUCE-3490.patch
          19 kB
          Arun Murthy
        4. MAPREDUCE-3490.patch
          15 kB
          Arun Murthy
        5. MAPREDUCE-3490.patch
          12 kB
          Arun Murthy
        6. MAPREDUCE-3490.patch
          11 kB
          Arun Murthy
        7. MAPREDUCE-3490.patch
          7 kB
          Arun Murthy
        8. MR-3490-alternate.patch
          3 kB
          Sharad Agarwal
        9. MR-3490-alternate1.patch
          5 kB
          Sharad Agarwal

        Activity

          People

            sharadag Sharad Agarwal
            sseth Siddharth Seth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: