You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by to...@apache.org on 2010/08/06 19:52:09 UTC

svn commit: r983070 - /hadoop/mapreduce/trunk/CHANGES.txt

Author: tomwhite
Date: Fri Aug  6 17:52:08 2010
New Revision: 983070

URL: http://svn.apache.org/viewvc?rev=983070&view=rev
Log:
Move MAPREDUCE-1876 to 0.21.

Modified:
    hadoop/mapreduce/trunk/CHANGES.txt

Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=983070&r1=983069&r2=983070&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Fri Aug  6 17:52:08 2010
@@ -168,9 +168,6 @@ Trunk (unreleased changes)
     MAPREDUCE-1887. MRAsyncDiskService now properly absolutizes volume root
     paths. (Aaron Kimball via zshao)
 
-    MAPREDUCE-1876. Fixes TaskAttemptStartedEvent to correctly log event type
-    for all task types. (Amar Kamat via amareshwari)
-
     MAPREDUCE-1863. Fix NPE in Rumen when processing null CDF for failed task
     attempts. (Amar Kamat via cdouglas)
 
@@ -1726,3 +1723,6 @@ Release 0.21.0 - Unreleased
 
     MAPREDUCE-1942. 'compile-fault-inject' should never be called directly.
     (Konstantin Boudnik)
+
+    MAPREDUCE-1876. Fixes TaskAttemptStartedEvent to correctly log event type
+    for all task types. (Amar Kamat via amareshwari)