浏览代码

commit f3fe85daacfa31f4ccd4c62c1ce5bec922855ade
Author: Arun C Murthy <acmurthy@apache.org>
Date: Tue Aug 31 10:18:25 2010 -0700

Enhance documentation of mapred.job.(map,reduce).memory.mb.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077662 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 年之前
父节点
当前提交
945d25d889
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      src/mapred/mapred-default.xml

+ 5 - 2
src/mapred/mapred-default.xml

@@ -494,7 +494,8 @@
   next multiple of mapred.cluster.map.memory.mb and upto the limit 
   next multiple of mapred.cluster.map.memory.mb and upto the limit 
   specified by mapred.cluster.max.map.memory.mb, if the scheduler supports 
   specified by mapred.cluster.max.map.memory.mb, if the scheduler supports 
   the feature. 
   the feature. 
-  The value of -1 indicates that this feature is turned off.
+  The value of -1 indicates that this feature is turned off iff 
+  mapred.cluster.map.memory.mb is also turned off (-1).
   </description>
   </description>
 </property>
 </property>
 
 
@@ -507,7 +508,9 @@
   next multiple of mapred.cluster.reduce.memory.mb and upto the limit 
   next multiple of mapred.cluster.reduce.memory.mb and upto the limit 
   specified by mapred.cluster.max.reduce.memory.mb, if the scheduler supports 
   specified by mapred.cluster.max.reduce.memory.mb, if the scheduler supports 
   the feature. 
   the feature. 
-  The value of -1 indicates that this feature is turned off.  </description>
+  The value of -1 indicates that this feature is turned off iff
+  mapred.cluster.reduce.memory.mb is also turned off (-1).  
+  </description>
 </property>
 </property>
 
 
 <property>
 <property>