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 mu...@apache.org on 2008/05/01 18:37:04 UTC

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

Author: mukund
Date: Thu May  1 09:37:04 2008
New Revision: 652569

URL: http://svn.apache.org/viewvc?rev=652569&view=rev
Log:
Preparing for release 0.16.4

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=652569&r1=652568&r2=652569&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu May  1 09:37:04 2008
@@ -611,9 +611,6 @@
     HADOOP-3165. -put/-copyFromLocal did not treat input file "-" as stdin.
     (Lohit Vijayarenu via rangadi)
 
-    HADOOP-3138. DFS mkdirs() should not throw an exception if the directory
-    already exists. (rangadi)
-
     HADOOP-3041. Deprecate JobConf.setOutputPath and JobConf.getOutputPath.
     Deprecate OutputFormatBase. Add FileOutputFormat. Existing output formats
     extending OutputFormatBase, now extend FileOutputFormat. Add the following
@@ -703,18 +700,12 @@
     COMMIT_PENDING status when it fails maps due to lost map.
     (Devaraj Das)
 
-    HADOOP-3186. Fix incorrect permission checkding for mv and renameTo 
-    in HDFS. (Tsz Wo (Nicholas), SZE via rangadi)
-
     HADOOP-3286. Prevent collisions in gridmix output dirs by increasing the
     granularity of the timestamp. (Runping Qi via cdouglas)
 
     HADOOP-3285. Fix input split locality when the splits align to
     fs blocks. (omalley)
 
-    HADOOP-3294. Fix distcp to check the destination length and retry the copy
-    if it doesn't match the src length. (Tsz Wo (Nicholas), SZE via cdouglas)
-
 Release 0.16.4 - 2008-05-05
 
   BUG FIXES