Author: acmurthy Date: Fri Oct 26 04:10:51 2007 New Revision: 588602 URL: http://svn.apache.org/viewvc?rev=588602&view=rev Log: Moved the change-log for HADOOP-1857 to the 'NEW FEATURES' section from the 'IMPROVEMENTS' section.
Modified: lucene/hadoop/trunk/CHANGES.txt Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?rev=588602&r1=588601&r2=588602&view=diff ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Fri Oct 26 04:10:51 2007 @@ -9,6 +9,11 @@ configured on each tasktracker when allocating tasks, instead of the value configured on the jobtracker. InterTrackerProtocol version changed from 5 to 6. (Michael Bieniosek via omalley) + + NEW FEATURES + + HADOOP-1857. Ability to run a script when a task fails to capture stack + traces. (Amareshwari Sri Ramadasu via ddas) IMPROVEMENTS @@ -27,9 +32,6 @@ HADOOP-1839. Link-ify the Pending/Running/Complete/Killed grid in jobdetails.jsp to help quickly narrow down and see categorized TIPs' details via jobtasks.jsp. (Amar Kamat via acmurthy) - - HADOOP-1857. Ability to run a script when a task fails to capture stack - traces. (Amareshwari Sri Ramadasu via ddas) HADOOP-1210. Log counters in job history. (Owen O'Malley via ddas)