Selaa lähdekoodia

HADOOP-1275. Fix misspelled job notification property in hadoop-default.xml. Contributed by Alejandro Abdelnur.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@531059 13f79535-47bb-0310-9956-ffa450edef68
Thomas White 18 vuotta sitten
vanhempi
commit
32959f489f
2 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 3 0
      CHANGES.txt
  2. 1 1
      conf/hadoop-default.xml

+ 3 - 0
CHANGES.txt

@@ -231,6 +231,9 @@ Trunk (unreleased changes)
     The number of retries and the interval between retries is also
     The number of retries and the interval between retries is also
     configurable. (Alejandro Abdelnur via tomwhite)
     configurable. (Alejandro Abdelnur via tomwhite)
 
 
+70. HADOOP-1275.  Fix misspelled job notification property in
+    hadoop-default.xml.  (Alejandro Abdelnur via tomwhite)
+
 
 
 Release 0.12.3 - 2007-04-06
 Release 0.12.3 - 2007-04-06
 
 

+ 1 - 1
conf/hadoop-default.xml

@@ -873,7 +873,7 @@ creations/deletions), or "all".</description>
 -->
 -->
 
 
 <property>
 <property>
-  <name>job.end.retry.attempt</name>
+  <name>job.end.retry.attempts</name>
   <value>0</value>
   <value>0</value>
   <description>Indicates how many times hadoop should attempt to contact the
   <description>Indicates how many times hadoop should attempt to contact the
                notification URL </description>
                notification URL </description>