Skip to content

Instantly share code, notes, and snippets.

@sujee
Created January 22, 2014 00:23
Show Gist options
  • Save sujee/8551273 to your computer and use it in GitHub Desktop.
Save sujee/8551273 to your computer and use it in GitHub Desktop.
hadoop2 mapred-site.xml
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<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