Author: asavu
Date: Thu Feb  2 11:18:22 2012
New Revision: 1239541

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

Modified:
    whirr/trunk/CHANGES.txt
    
whirr/trunk/services/hadoop/src/main/resources/whirr-hadoop-default.properties

Modified: whirr/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/whirr/trunk/CHANGES.txt?rev=1239541&r1=1239540&r2=1239541&view=diff
==============================================================================
--- whirr/trunk/CHANGES.txt (original)
+++ whirr/trunk/CHANGES.txt Thu Feb  2 11:18:22 2012
@@ -41,6 +41,9 @@ Trunk (unreleased changes)
     WHIRR-473. HadoopServiceController.getInstance(String config) does 
     not update instances correctly (Frank Scholten via 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/trunk/services/hadoop/src/main/resources/whirr-hadoop-default.properties
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/hadoop/src/main/resources/whirr-hadoop-default.properties?rev=1239541&r1=1239540&r2=1239541&view=diff
==============================================================================
--- 
whirr/trunk/services/hadoop/src/main/resources/whirr-hadoop-default.properties 
(original)
+++ 
whirr/trunk/services/hadoop/src/main/resources/whirr-hadoop-default.properties 
Thu Feb  2 11:18:22 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