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 dh...@apache.org on 2007/12/14 00:05:12 UTC

svn commit: r604058 - /lucene/hadoop/trunk/CHANGES.txt

Author: dhruba
Date: Thu Dec 13 15:05:11 2007
New Revision: 604058

URL: http://svn.apache.org/viewvc?rev=604058&view=rev
Log:
Modified CHANGES.txt to indicate that HADOOP-2158 is part of the
0.15.2 release.


Modified:
    lucene/hadoop/trunk/CHANGES.txt

Modified: lucene/hadoop/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?rev=604058&r1=604057&r2=604058&view=diff
==============================================================================
--- lucene/hadoop/trunk/CHANGES.txt (original)
+++ lucene/hadoop/trunk/CHANGES.txt Thu Dec 13 15:05:11 2007
@@ -128,10 +128,6 @@
     HADOOP-1900. Makes the heartbeat and task event queries interval 
     dependent on the cluster size.  (Amareshwari Sri Ramadasu via ddas)
 
-    HADOOP-2158. hdfsListDirectory calls FileSystem.listStatus instead
-    of FileSystem.listPaths. This reduces the number of RPC calls on the
-    namenode, thereby improving scalability.  (Christian Kunz via dhruba)
-
   BUG FIXES
 
     HADOOP-2100.  Remove faulty check for existence of $HADOOP_PID_DIR and let
@@ -264,6 +260,9 @@
 
     HADOOP-2382.  Add hadoop-default.html to subversion. (cutting)
 
+    HADOOP-2158. hdfsListDirectory calls FileSystem.listStatus instead
+    of FileSystem.listPaths. This reduces the number of RPC calls on the
+    namenode, thereby improving scalability.  (Christian Kunz via dhruba)
 
 Release 0.15.1 - 2007-11-27