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/02/12 11:25:59 UTC

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

Author: cdouglas
Date: Fri Feb 12 10:25:58 2010
New Revision: 909340

URL: http://svn.apache.org/viewvc?rev=909340&view=rev
Log:
MAPREDUCE-1251. Commit to branch 0.20

Modified:
    hadoop/mapreduce/trunk/CHANGES.txt

Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=909340&r1=909339&r2=909340&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Fri Feb 12 10:25:58 2010
@@ -244,8 +244,6 @@
     parameter instead of using FileStatus.class.  (Peter Romianowski via
     szetszwo)
 
-    MAPREDUCE-1251. c++ utils doesn't compile. (Eli Collins via tomwhite)
-
     MAPREDUCE-1148. SQL identifiers are a superset of Java identifiers.
     (Aaron Kimball via tomwhite)
 
@@ -1251,3 +1249,5 @@
 
     MAPREDUCE-1448. Respect --config option in Mumak script. (Hong Tang via
     cdouglas)
+
+    MAPREDUCE-1251. c++ utils doesn't compile. (Eli Collins via tomwhite)