Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-968

Reduce shuffle and merge should be done a child JVM

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.10.1
    • 0.13.0
    • None
    • None

    Description

      The Reduce's shuffle and initial merge is done in the TaskTracker's JVM. It would be better to have it run in the Task's child JVM. The advantages are:
      1. The class path and environment would be set up correctly.
      2. User code doesn't need to be loaded into the TaskTracker.
      3. Lower memory usage and contention in the TaskTracker.

      Attachments

        1. 968.patch
          82 kB
          Devaraj Das
        2. 968.apr06.patch
          82 kB
          Devaraj Das
        3. 968.apr10.patch
          79 kB
          Devaraj Das
        4. 968.apr14.patch
          79 kB
          Devaraj Das
        5. 968.apr14.patch
          79 kB
          Devaraj Das
        6. 968-reindent.patch
          79 kB
          Doug Cutting
        7. 968-with-metrics-fix.patch
          80 kB
          Devaraj Das
        8. 968-with-metrics-fix.new.patch
          80 kB
          Devaraj Das

        Issue Links

          Activity

            People

              ddas Devaraj Das
              omalley Owen O'Malley
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: