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 cd...@apache.org on 2009/10/21 03:10:09 UTC

svn commit: r827860 - /hadoop/common/trunk/CHANGES.txt

Author: cdouglas
Date: Wed Oct 21 01:10:08 2009
New Revision: 827860

URL: http://svn.apache.org/viewvc?rev=827860&view=rev
Log:
Remove entries moved to 0.20.2

Modified:
    hadoop/common/trunk/CHANGES.txt

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=827860&r1=827859&r2=827860&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Wed Oct 21 01:10:08 2009
@@ -596,9 +596,6 @@
     HADOOP-6224. Add a method to WritableUtils performing a bounded read of an
     encoded String. (Jothi Padmanabhan via cdouglas)
 
-    HADOOP-6231. Allow caching of filesystem instances to be disabled on a
-    per-instance basis. (tomwhite)
-
     HADOOP-6133. Add a caching layer to Configuration::getClassByName to
     alleviate a performance regression introduced in a compatibility layer.
     (Todd Lipcon via cdouglas)
@@ -932,10 +929,6 @@
     HADOOP-5809. Fix job submission, broken by errant directory creation.
     (Sreekanth Ramakrishnan and Jothi Padmanabhan via cdouglas)
 
-    HADOOP-5759. Fix for  IllegalArgumentException when 
-    CombineFileInputFormat is used as job InputFormat.
-    (Amareshwari Sriramadasu via dhruba)
-
     HADOOP-5635. Change distributed cache to work with other distributed file
     systems. (Andrew Hitchcock via tomwhite)