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

getMapOutput doesn't reliably detect errors and throw to the caller

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6.2
    • 0.7.0
    • None
    • None

    Description

      getMapOutput does not reliabily detect errors in transmission, which usually ends up with an EOFException in the reduce's sort:

      java.io.EOFException
      at java.io.DataInputStream.readFully(DataInputStream.java:178)
      at java.io.DataInputStream.readFully(DataInputStream.java:152)
      at org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:952)
      at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:937)
      at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:928)
      at org.apache.hadoop.io.SequenceFile$Sorter$SortPass.run(SequenceFile.java:1594)
      at org.apache.hadoop.io.SequenceFile$Sorter.sortPass(SequenceFile.java:1523)
      at org.apache.hadoop.io.SequenceFile$Sorter.sort(SequenceFile.java:1496)
      at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:240)
      at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1173)

      Attachments

        1. size-check.patch
          2 kB
          Owen O'Malley

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: