Author: asavu
Date: Mon Feb 20 21:52:31 2012
New Revision: 1291470

URL: http://svn.apache.org/viewvc?rev=1291470&view=rev
Log:
WHIRR-490. hadoop-mapreduce.mapred.child.ulimit should be unlimited by default 
(asavu)

Modified:
    whirr/branches/branch-0.7/CHANGES.txt
    
whirr/branches/branch-0.7/services/hadoop/src/main/resources/whirr-hadoop-default.properties

Modified: whirr/branches/branch-0.7/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/CHANGES.txt?rev=1291470&r1=1291469&r2=1291470&view=diff
==============================================================================
--- whirr/branches/branch-0.7/CHANGES.txt (original)
+++ whirr/branches/branch-0.7/CHANGES.txt Mon Feb 20 21:52:31 2012
@@ -14,6 +14,9 @@ Release 0.7.1
     WHIRR-502. configure_cdh_hadoop.sh: syntax error trying to 
     modify permissions on $HADOOP_LOG_DIR (asavu)
 
+    WHIRR-490. hadoop-mapreduce.mapred.child.ulimit should be 
+    unlimited by default (asavu)
+
 Release 0.7.0 - 2011-12-11
 
   NEW FEATURES

Modified: 
whirr/branches/branch-0.7/services/hadoop/src/main/resources/whirr-hadoop-default.properties
URL: 
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/hadoop/src/main/resources/whirr-hadoop-default.properties?rev=1291470&r1=1291469&r2=1291470&view=diff
==============================================================================
--- 
whirr/branches/branch-0.7/services/hadoop/src/main/resources/whirr-hadoop-default.properties
 (original)
+++ 
whirr/branches/branch-0.7/services/hadoop/src/main/resources/whirr-hadoop-default.properties
 Mon Feb 20 21:52:31 2012
@@ -46,7 +46,7 @@ hadoop-mapreduce.mapreduce.jobtracker.st
 hadoop-mapreduce.mapred.compress.map.output=true
 hadoop-mapreduce.mapred.output.compression.type=BLOCK
 hadoop-mapreduce.mapred.child.java.opts=-Xmx550m
-hadoop-mapreduce.mapred.child.ulimit=1126400
+hadoop-mapreduce.mapred.child.ulimit=unlimited
 
 # hadoop-env.sh
 # keep PID files in a non-temporary directory


Reply via email to