git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@531059 13f79535-47bb-0310-9956-ffa450edef68
@@ -231,6 +231,9 @@ Trunk (unreleased changes)
The number of retries and the interval between retries is also
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
@@ -873,7 +873,7 @@ creations/deletions), or "all".</description>
-->
<property>
- <name>job.end.retry.attempt</name>
+ <name>job.end.retry.attempts</name>
<value>0</value>
<description>Indicates how many times hadoop should attempt to contact the
notification URL </description>