Skip to content

Instantly share code, notes, and snippets.

@sujee
Created January 22, 2014 00:08
Show Gist options
  • Save sujee/8551096 to your computer and use it in GitHub Desktop.
Save sujee/8551096 to your computer and use it in GitHub Desktop.
hadoop2 yarn-site.xml
<?xml version="1.0"?>
<configuration>
<property>
<name>yarn.resourcemanager.hostname</name>
<value>localhost</value>
</property>
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment