You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "wenwupeng (JIRA)" <ji...@apache.org> on 2014/02/25 08:30:19 UTC

[jira] [Assigned] (BIGTOP-1118) Update mapreduce.shuffle to mapreduce_shuffle in yarn configurations for Hadoop 2.2.0

     [ https://issues.apache.org/jira/browse/BIGTOP-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wenwupeng reassigned BIGTOP-1118:
---------------------------------

    Assignee: wenwupeng

> 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
>
> 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.1.5#6160)