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

ChainReducer uses MAPPER_BY_VALUE instead of REDUCER_BY_VALUE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.22.0
    • None
    • None
    • Reviewed

    Description

      On line 293 of o.a.h.mapred.lib.Chain in setReducer(...):

      reducerConf.setBoolean(MAPPER_BY_VALUE, byValue);

      this should be REDUCER_BY_VALUE.

      http://grepcode.com/file/repository.cloudera.com/content/repositories/releases/com.cloudera.hadoop/hadoop-core/0.20.2-737/org/apache/hadoop/mapred/lib/Chain.java#293

      Attachments

        1. MAPREDUCE-2487.patch
          3 kB
          Devaraj Kavali

        Activity

          People

            devaraj Devaraj Kavali
            forvines Forrest Vines
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: