You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ra...@apache.org on 2008/03/03 22:35:45 UTC

svn commit: r633283 - /hadoop/core/trunk/CHANGES.txt

Author: rangadi
Date: Mon Mar  3 13:35:41 2008
New Revision: 633283

URL: http://svn.apache.org/viewvc?rev=633283&view=rev
Log:
move previous change log to the end of the section rather than the beginning

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=633283&r1=633282&r2=633283&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Mon Mar  3 13:35:41 2008
@@ -40,9 +40,6 @@
 
   IMPROVEMENTS
 
-    HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. 
-    A valid user name is required. (Tsz Wo (Nicholas), SZE via rangadi)
-
     HADOOP-2655. Copy on write for data and metadata files in the 
     presence of snapshots. Needed for supporting appends to HDFS
     files. (dhruba) 
@@ -58,6 +55,9 @@
 
     HADOOP-910. Enables Reduces to do merges for the on-disk map output files 
     in parallel with their copying. (Amar Kamat via ddas)
+
+    HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. 
+    A valid user name is required. (Tsz Wo (Nicholas), SZE via rangadi)
 
   OPTIMIZATIONS