소스 검색

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 
   specified by mapred.cluster.max.map.memory.mb, if the scheduler supports 
   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>
 </property>
 
@@ -507,7 +508,9 @@
   next multiple of mapred.cluster.reduce.memory.mb and upto the limit 
   specified by mapred.cluster.max.reduce.memory.mb, if the scheduler supports 
   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>