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

Inconsistent configuration in property mapreduce.reduce.shuffle.merge.percent

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.4.0, 2.4.1
    • 2.8.0, 3.0.0-alpha1
    • None
    • Reviewed

    Description

      Similar to MAPREDUCE-5906, In MergeManagerImpl.java, the default value of MRJobConfig.SHUFFLE_MERGE_PERCENT(mapreduce.reduce.shuffle.merge.percent) should be 0.66
      According to official doc.
      https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml

          this.mergeThreshold = (long)(this.memoryLimit * 
                                jobConf.getFloat(MRJobConfig.SHUFFLE_MERGE_PERCENT, 
                                                 0.90f));
      
      

      Attachments

        1. MAPREDUCE-6105-01.patch
          1 kB
          Ray Chiang
        2. MAPREDUCE-6105.patch
          3 kB
          Harsh J

        Activity

          People

            rchiang Ray Chiang
            dongwook Dongwook Kwon
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: