Created
October 30, 2017 21:08
-
-
Save JoeyAndres/5a6e21bee62fc939fa0cf48c3fed7967 to your computer and use it in GitHub Desktop.
mapred-site.xml for cluster config.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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