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:10:10 UTC

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

Author: sharad
Date: Wed Apr  8 12:10:10 2009
New Revision: 763201

URL: http://svn.apache.org/viewvc?rev=763201&view=rev
Log:
HADOOP-5521. Committing to branch-0.20 as well. Moving the comment in CHANGES.txt to 0.20 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=763201&r1=763200&r2=763201&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Wed Apr  8 12:10:10 2009
@@ -188,9 +188,6 @@
     HADOOP-4842. Streaming now allows specifiying a command for the combiner.
     (Amareshwari Sriramadasu via ddas)
 
-    HADOOP-5521. Removes dependency of TestJobInProgress on RESTART_COUNT 
-    JobHistory tag. (Ravi Gummadi via ddas)
-
     HADOOP-5196. avoiding unnecessary byte[] allocation in 
     SequenceFile.CompressedBytes and SequenceFile.UncompressedBytes.
     (hong tang via mahadev)
@@ -1210,6 +1207,9 @@
     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