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 om...@apache.org on 2008/11/21 18:40:27 UTC

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

Author: omalley
Date: Fri Nov 21 09:40:26 2008
New Revision: 719651

URL: http://svn.apache.org/viewvc?rev=719651&view=rev
Log:
HADOOP-4688. Update CHANGES.txt for moving this back to 0.18.3.

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=719651&r1=719650&r2=719651&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Fri Nov 21 09:40:26 2008
@@ -121,9 +121,6 @@
     it down by monitoring for cumulative memory usage across tasks.
     (Vinod Kumar Vavilapalli via yhemanth)
 
-    HADOOP-4668. Improve documentation for setCombinerClass to clarify the
-    restrictions on combiners. (omalley)
-
   OPTIMIZATIONS
 
     HADOOP-3293. Fixes FileInputFormat to do provide locations for splits
@@ -1173,6 +1170,9 @@
     HADOOP-4150. Include librecordio in hadoop releases. (Giridharan Kesavan
     via acmurthy)
 
+    HADOOP-4668. Improve documentation for setCombinerClass to clarify the
+    restrictions on combiners. (omalley)
+
   BUG FIXES
 
     HADOOP-4499. DFSClient should invoke checksumOk only once. (Raghu Angadi)