You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:58:03 UTC

svn commit: r1132201 - /incubator/mesos/trunk/ec2/deploy.centos64/root/mesos-ec2/hadoop-framework-conf/mapred-site.xml

Author: benh
Date: Sun Jun  5 08:58:03 2011
New Revision: 1132201

URL: http://svn.apache.org/viewvc?rev=1132201&view=rev
Log:
Increased max MapReduce tasks per EC2 node to work better on c1.xlarge.

Modified:
    incubator/mesos/trunk/ec2/deploy.centos64/root/mesos-ec2/hadoop-framework-conf/mapred-site.xml

Modified: incubator/mesos/trunk/ec2/deploy.centos64/root/mesos-ec2/hadoop-framework-conf/mapred-site.xml
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/ec2/deploy.centos64/root/mesos-ec2/hadoop-framework-conf/mapred-site.xml?rev=1132201&r1=1132200&r2=1132201&view=diff
==============================================================================
--- incubator/mesos/trunk/ec2/deploy.centos64/root/mesos-ec2/hadoop-framework-conf/mapred-site.xml (original)
+++ incubator/mesos/trunk/ec2/deploy.centos64/root/mesos-ec2/hadoop-framework-conf/mapred-site.xml Sun Jun  5 08:58:03 2011
@@ -67,12 +67,12 @@
 
   <property>
     <name>mapred.tasktracker.map.tasks.maximum</name>
-    <value>6</value>
+    <value>8</value>
   </property>
 
   <property>
     <name>mapred.tasktracker.reduce.tasks.maximum</name>
-    <value>6</value>
+    <value>8</value>
   </property>
 
   <property>