소스 검색

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 년 전
부모
커밋
197c6d54af
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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