Skip to content

Instantly share code, notes, and snippets.

@JoeyAndres
Created October 30, 2017 21:08
Show Gist options
  • Save JoeyAndres/5a6e21bee62fc939fa0cf48c3fed7967 to your computer and use it in GitHub Desktop.
Save JoeyAndres/5a6e21bee62fc939fa0cf48c3fed7967 to your computer and use it in GitHub Desktop.
mapred-site.xml for cluster config.
<configuration>
<property>
<name>mapreduce.framework.name</name>
<value>yarn</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment