Author: ddas
Date: Wed May 27 02:24:03 2009
New Revision: 778966
URL: http://svn.apache.org/viewvc?rev=778966&view=rev
Log:
Moving the commit message for HADOOP-5816 to 0.19 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=778966&r1=778965&r2=778966&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Wed May 27 02:24:03 2009
@@ -767,9 +767,6 @@
HADOOP-5850. Fixes a problem to do with not being able to jobs with
0 maps/reduces. (Vinod K V via ddas)
- HADOOP-5816. Fixes a problem in the KeyFieldBasedComparator to do with
- ArrayIndexOutOfBounds exception. (He Yongqiang via ddas)
-
Release 0.20.0 - 2009-04-15
INCOMPATIBLE CHANGES
@@ -1705,6 +1702,9 @@
HADOOP-5579. Set errno correctly in libhdfs for permission, quota, and FNF
conditions. (Brian Bockelman via cdouglas)
+ HADOOP-5816. Fixes a problem in the KeyFieldBasedComparator to do with
+ ArrayIndexOutOfBounds exception. (He Yongqiang via ddas)
+
Release 0.19.1 - 2009-02-23
IMPROVEMENTS