Bläddra i källkod

move HADOOP-10976 to 2.7

Akira Ajisaka 10 år sedan
förälder
incheckning
915bec3e84
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 3 - 3
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -163,9 +163,6 @@ Trunk (Unreleased)
     HADOOP-11346. Rewrite sls/rumen to use new shell framework (John Smith
     via aw)
 
-    HADOOP-10976. moving the source code of hadoop-tools docs to the
-    directory under hadoop-tools (Masatake Iwasaki via aw)
-
     HADOOP-7713. dfs -count -q should label output column (Jonathan Allen
     via aw)
 
@@ -636,6 +633,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11632. Cleanup Find.java to remove SupressWarnings annotations.
     (Akira Ajisaka via ozawa)
 
+    HADOOP-10976. moving the source code of hadoop-tools docs to the
+    directory under hadoop-tools (Masatake Iwasaki via aw)
+
   OPTIMIZATIONS
 
     HADOOP-11323. WritableComparator#compare keeps reference to byte array.