[
https://issues.apache.org/jira/browse/MAPREDUCE-6105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Harsh J updated MAPREDUCE-6105:
-------------------------------
Resolution: Fixed
Fix Version/s: 2.8.0
Target Version/s: (was: 2.6.0)
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
Committed to branch-2 and trunk. Thanks again!
> Inconsistent configuration in property mapreduce.reduce.shuffle.merge.percent
> -----------------------------------------------------------------------------
>
> Key: MAPREDUCE-6105
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6105
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Affects Versions: 2.4.0, 2.4.1
> Reporter: Dongwook Kwon
> Assignee: Ray Chiang
> Priority: Trivial
> Labels: newbie
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-6105-01.patch, MAPREDUCE-6105.patch
>
>
> 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
> {code}
> this.mergeThreshold = (long)(this.memoryLimit *
> jobConf.getFloat(MRJobConfig.SHUFFLE_MERGE_PERCENT,
> 0.90f));
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)