Skip to content

Instantly share code, notes, and snippets.

@ashwinraghav
Created July 28, 2014 11:42
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 ashwinraghav/aae94785a3d3d3b31e16 to your computer and use it in GitHub Desktop.
Save ashwinraghav/aae94785a3d3d3b31e16 to your computer and use it in GitHub Desktop.
MapReduce Client Advanced Configuration Snippet (Safety Valve) for mapred-site.xml
<property>
<name>mapreduce.map.memory.mb</name>
<value>4096</value>
</property>
<property>
<name>mapreduce.reduce.memory.mb</name>
<value>6144</value>
</property>
<property>
<name>mapreduce.map.java.opts</name>
<value>-Xmx3072m</value>
</property>
<property>
<name>mapreduce.reduce.java.opts</name>
<value>-Xmx6144m</value>
</property>
<property>
<name>yarn.nodemanager.vmem-pmem-ratio</name>
<value>10</value>
</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment