Skip to content

Instantly share code, notes, and snippets.

@JoeyAndres
Created October 30, 2017 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoeyAndres/6d8b58d3606db9398c0560486b78260a to your computer and use it in GitHub Desktop.
Save JoeyAndres/6d8b58d3606db9398c0560486b78260a to your computer and use it in GitHub Desktop.
yarn-site.xml cluster configuration.
<configuration>
<property>
<name>yarn.nodemanager.aux-services</name>
<value>mapreduce_shuffle</value>
</property>
<property>
<name>yarn.resourcemanager.hostname</name>
<value>linux-01</value>
<description>The hostname of the RM.</description>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment