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 sh...@apache.org on 2009/04/08 14:25:39 UTC

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

Author: sharad
Date: Wed Apr  8 12:25:39 2009
New Revision: 763212

URL: http://svn.apache.org/viewvc?rev=763212&view=rev
Log:
HADOOP-5521. Moving the comment in CHANGES.txt to 0.20's Improvement section

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=763212&r1=763211&r2=763212&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Wed Apr  8 12:25:39 2009
@@ -729,6 +729,9 @@
 
     HADOOP-5437. Fix TestMiniMRDFSSort to properly test jvm-reuse. (omalley)
 
+    HADOOP-5521. Removes dependency of TestJobInProgress on RESTART_COUNT 
+    JobHistory tag. (Ravi Gummadi via ddas)
+
   OPTIMIZATIONS
 
     HADOOP-3293. Fixes FileInputFormat to do provide locations for splits
@@ -1207,9 +1210,6 @@
     HADOOP-5585. Clear FileSystem statistics between tasks when jvm-reuse
     is enabled. (omalley)
 
-    HADOOP-5521. Removes dependency of TestJobInProgress on RESTART_COUNT 
-    JobHistory tag. (Ravi Gummadi via ddas)
-
 Release 0.19.2 - Unreleased
 
   BUG FIXES