Step 8: Configuring yarn-site.xml

Two properties (that is, yarn.nodemanager.aux-services and yarn.nodemanager.aux-services.mapreduce.shuffle.class) need to be set to the etc/hadoop/yarn-site.xml file. Just copy the following lines of codes:

<configuration>
<property>
<name>yarn.nodemanager.aux-services</name>
<value>mapreduce_shuffle</value>
</property>
<property>
<name>yarn.nodemanager.aux-services.mapreduce.shuffle.class</name>
<value>org.apache.hadoop.mapred.ShuffleHandler</value>
</property>
</configuration>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.22.181.209