Przeglądaj źródła

Modified CHANGES.txt to indicate that HADOOP-2158 is part of the
0.15.2 release.



git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@604058 13f79535-47bb-0310-9956-ffa450edef68

Dhruba Borthakur 17 lat temu
rodzic
commit
6cea3915d0
1 zmienionych plików z 3 dodań i 4 usunięć
  1. 3 4
      CHANGES.txt

+ 3 - 4
CHANGES.txt

@@ -128,10 +128,6 @@ Trunk (unreleased changes)
     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 @@ Branch 0.15 (unreleased)
 
     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