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

map outputs should not be renamed between partitions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.17.0
    • 0.18.0
    • None
    • None
    • Reviewed

    Description

      If a map finishes with out having to spill its data buffer, the map outputs are sorted and written to disk. However, no care is taken to make sure that the same partition is used to write it out before it is renamed. On nodes with multiple disks assigned to the task trackers, this will likely cause an addition read/write cycle to disk that is very expensive.

      Attachments

        1. hadoop-3443-1.patch
          4 kB
          Owen O'Malley
        2. hadoop-3443-1v17.patch
          4 kB
          Christopher Douglas

        Activity

          People

            omalley Owen O'Malley
            omalley Owen O'Malley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: