Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-1118

Update mapreduce.shuffle to mapreduce_shuffle in yarn configurations for Hadoop 2.2.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7.0
    • None
    • general
    • None

    Description

      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:

       <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&lt;/name>
      +    <name>yarn.nodemanager.aux-services.mapreduce_shuffle.class&lt;/name>
           <value>org.apache.hadoop.mapred.ShuffleHandler</value>
         </property>
      

      Attachments

        1. BIGTOP_1118.1.patch
          3 kB
          Wenwu Peng
        2. BIGTOP_1118.patch
          1 kB
          Wenwu Peng

        Activity

          People

            gujilangzi Wenwu Peng
            mgrover Mark Grover
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: