Created
August 27, 2013 06:32
-
-
Save larsyencken/6350277 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
diff --git a/old.xml b/new.xml | |
index 5166764..8a63a78 100644 | |
--- a/old.xml | |
+++ b/new.xml | |
@@ -16,4 +16,6 @@ | |
<property><name>dfs.datanode.address</name><value>0.0.0.0:9200</value></property> | |
<property><name>dfs.name.dir</name><value>/mnt/var/lib/hadoop/dfs-name,/mnt1/var/lib/hadoop/dfs-name</value></property> | |
<property><name>dfs.datanode.ipc.address</name><value>0.0.0.0:9201</value></property> | |
+ <property><name>mapred.child.java.opts</name><value>-Xmx2048m</value></property> | |
+ <property><name>mapred.child.ulimit</name><value>5000000</value></property> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment