You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by om...@apache.org on 2011/03/08 06:55:00 UTC

svn commit: r1079200 - /hadoop/mapreduce/branches/yahoo-merge/src/java/mapred-default.xml

Author: omalley
Date: Tue Mar  8 05:55:00 2011
New Revision: 1079200

URL: http://svn.apache.org/viewvc?rev=1079200&view=rev
Log:
commit ee576949dc1755744d2917fa4addb5517f10955f
Author: Greg Roelofs <ro...@yahoo-inc.com>
Date:   Thu Dec 2 17:11:10 2010 -0800

    Disable uber-mode by default, until bugs/unit tests fixed.
    
    +++ b/YAHOO-CHANGES.txt
    +  From
    +   [MR-1220] Disable uber-mode until bugs and unit tests fixed.
    +  from
    +
    +

Modified:
    hadoop/mapreduce/branches/yahoo-merge/src/java/mapred-default.xml

Modified: hadoop/mapreduce/branches/yahoo-merge/src/java/mapred-default.xml
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/yahoo-merge/src/java/mapred-default.xml?rev=1079200&r1=1079199&r2=1079200&view=diff
==============================================================================
--- hadoop/mapreduce/branches/yahoo-merge/src/java/mapred-default.xml (original)
+++ hadoop/mapreduce/branches/yahoo-merge/src/java/mapred-default.xml Tue Mar  8 05:55:00 2011
@@ -557,7 +557,7 @@
 
 <property>
   <name>mapreduce.job.ubertask.enable</name>
-  <value>true</value>
+  <value>false</value>
   <description>Whether to enable the small-jobs "ubertask" optimization,
   which runs "sufficiently small" jobs sequentially within a single JVM.
   "Small" is defined by the following maxmaps, maxreduces, and maxbytes