[
https://issues.apache.org/jira/browse/BIGTOP-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wenwupeng closed BIGTOP-1118.
-----------------------------
Thanks a lot [~mgrover] for nice and review.
it is my pleasure to provide this patch.
> Update mapreduce.shuffle to mapreduce_shuffle in yarn configurations for
> Hadoop 2.2.0
> -------------------------------------------------------------------------------------
>
> Key: BIGTOP-1118
> URL: https://issues.apache.org/jira/browse/BIGTOP-1118
> Project: Bigtop
> Issue Type: Bug
> Components: General
> Affects Versions: 0.7.0
> Reporter: Mark Grover
> Assignee: wenwupeng
> Attachments: BIGTOP_1118.1.patch, BIGTOP_1118.patch
>
>
> YARN-1229 went into Hadoop 2.2.0
> We ship sample configurations for yarn in 2 places:
> https://github.com/apache/bigtop/blob/master/bigtop-packages/src/common/hadoop/conf.empty
> https://github.com/apache/bigtop/blob/master/bigtop-packages/src/common/hadoop/conf.pseudo
> *Once we have integrated Hadoop 2.2.0 in Bigtop*, we need to update the
> yarn-site.xml in these locations with a patch like this:
> {code}
> <configuration>
> <property>
> <name>yarn.nodemanager.aux-services</name>
> - <value>mapreduce.shuffle</value>
> + <value>mapreduce_shuffle</value>
> </property>
>
> <property>
> - <name>yarn.nodemanager.aux-services.mapreduce.shuffle.class</name>
> + <name>yarn.nodemanager.aux-services.mapreduce_shuffle.class</name>
> <value>org.apache.hadoop.mapred.ShuffleHandler</value>
> </property>
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)