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 cd...@apache.org on 2010/03/20 02:40:14 UTC

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

Author: cdouglas
Date: Sat Mar 20 01:40:14 2010
New Revision: 925516

URL: http://svn.apache.org/viewvc?rev=925516&view=rev
Log:
Move MAPREDUCE-890 from 0.21 to 0.22 in changelog to match commit

Modified:
    hadoop/mapreduce/trunk/CHANGES.txt

Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=925516&r1=925515&r2=925516&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Sat Mar 20 01:40:14 2010
@@ -466,6 +466,9 @@ Trunk (unreleased changes)
     MAPREDUCE-1536. DataDrivenDBInputFormat does not split date columns correctly.
     (Aaron Kimball via enis)
 
+    MAPREDUCE-890. After HADOOP-4491, the user who started mapred system is 
+    not able to run job. (Ravi Gummadi via vinodkv)
+
 Release 0.21.0 - Unreleased
 
   INCOMPATIBLE CHANGES
@@ -1394,6 +1397,3 @@ Release 0.21.0 - Unreleased
 
     MAPREDUCE-1522. FileInputFormat may use the default FileSystem for the
     input path. (Tsz Wo (Nicholas), SZE via cdouglas)
-
-    MAPREDUCE-890. After HADOOP-4491, the user who started mapred system is 
-    not able to run job. (Ravi Gummadi via vinodkv)