Browse Source

HADOOP-1708. Make files appear in namespace as soon as they are
created. This should appear in the "INCOMPATIBLE" section in the
release notes rather than in the "NEW FEATURES" section.
(Dhruba Borthakur)



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

Dhruba Borthakur 18 years ago
parent
commit
197c6d54af
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -5,6 +5,9 @@ Trunk (unreleased changes)
 
   INCOMPATIBLE CHANGES
 
+    HADOOP-1708.  Make files appear in namespace as soon as they are
+    created.  (Dhruba Borthakur via dhruba)
+
     HADOOP-999.  A HDFS Client immediately informs the NameNode of a new
     file creation.  ClientProtocol version changed from 14 to 15.
     (Tsz Wo (Nicholas), SZE via dhruba)
@@ -49,9 +52,6 @@ Trunk (unreleased changes)
     HADOOP-1610.  Add metrics for failed tasks.
     (Devaraj Das via tomwhite)
 
-    HADOOP-1708.  Make files appear in namespace as soon as they are
-    created.  (Dhruba Borthakur via dhruba)
-
     HADOOP-1767.  Add "bin/hadoop job -list" sub-command. (taton via cutting)
 
     HADOOP-1351.  Add "bin/hadoop job [-fail-task|-kill-task]" sub-commands