Author: harsh
Date: Sat Nov 12 14:22:53 2011
New Revision: 1201271

URL: http://svn.apache.org/viewvc?rev=1201271&view=rev
Log:
MAPREDUCE-3395. Add mapred.disk.healthChecker.interval to mapred-default.xml 
(eli via harsh)


Modified:
    hadoop/common/branches/branch-0.20-security/CHANGES.txt
    hadoop/common/branches/branch-0.20-security/src/mapred/mapred-default.xml

Modified: hadoop/common/branches/branch-0.20-security/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security/CHANGES.txt?rev=1201271&r1=1201270&r2=1201271&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20-security/CHANGES.txt Sat Nov 12 14:22:53 
2011
@@ -59,6 +59,8 @@ Release 0.20.206.0 - unreleased
 
     MAPREDUCE-3365. Expose the event-logging debug feature of FairScheduler. 
(Sho Shimauchi via harsh)
 
+    MAPREDUCE-3395. Add mapred.disk.healthChecker.interval to 
mapred-default.xml. (eli via harsh)
+
 Release 0.20.205.1 - unreleased
 
   NEW FEATURES

Modified: 
hadoop/common/branches/branch-0.20-security/src/mapred/mapred-default.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security/src/mapred/mapred-default.xml?rev=1201271&r1=1201270&r2=1201271&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security/src/mapred/mapred-default.xml 
(original)
+++ hadoop/common/branches/branch-0.20-security/src/mapred/mapred-default.xml 
Sat Nov 12 14:22:53 2011
@@ -1209,6 +1209,16 @@
 </property>
 
 <property>
+  <name>mapred.disk.healthChecker.interval</name>
+  <value>60000</value>
+  <description>How often the TaskTracker checks the health of its
+  local directories. Configuring this to a value smaller than the
+  heartbeat interval is equivalent to setting this to heartbeat
+  interval value.
+  </description>
+</property>
+
+<property>
   <name>mapred.healthChecker.script.timeout</name>
   <value>600000</value>
   <description>Time after node health script should be killed if 


Reply via email to