ソースを参照

HADOOP-2453. Move CHANGES.txt comment to 0.16.0

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@607323 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley 17 年 前
コミット
5308ae018d
1 ファイル変更4 行追加4 行削除
  1. 4 4
      CHANGES.txt

+ 4 - 4
CHANGES.txt

@@ -285,6 +285,10 @@ Trunk (unreleased changes)
     HADOOP-2352. Remove AC_CHECK_LIB for libz and liblzo to ensure that
     libhadoop.so doesn't have a dependency on them. (acmurthy) 
 
+    HADOOP-2453. Fix the configuration for wordcount-simple example in Hadoop 
+    Pipes which currently produces an XML parsing error. (Amareshwari Sri
+    Ramadasu via acmurthy)
+
     HADOOP-2476. Unit test failure while reading permission bits of local
     file system (on Windows) fixed.  (Raghu Angadi via dhruba)
 
@@ -333,10 +337,6 @@ Branch 0.15 (unreleased)
     free-space on any one of the available disks. (Amareshwari Sri Ramadasu
     via acmurthy)
 
-    HADOOP-2453. Fix the configuration for wordcount-simple example in Hadoop 
-    Pipes which currently produces an XML parsing error. (Amareshwari Sri
-    Ramadasu via acmurthy)
-
     HADOOP-2437.  Fix the LocalDirAllocator to choose the seed for the
     round-robin disk selections randomly. This helps in spreading data across
     multiple partitions much better. (acmurhty)