소스 검색

Move the HADOOP-71 change message to 0.14 section.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@564744 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley 18 년 전
부모
커밋
51e05e2520
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -39,9 +39,6 @@ Trunk (unreleased changes)
     HADOOP-1463.  HDFS report correct usage statistics for disk space
     used by HDFS.  (Hairong Kuang via dhruba)
 
-    HADOOP-71.  Allow Text and SequenceFile Map/Reduce inputs from non-default 
-    filesystems. (omalley)
-
   IMPROVEMENTS
 
     HADOOP-1651.  Improve progress reporting.
@@ -509,6 +506,9 @@ Branch 0.14 (unreleased changes)
 148. HADOOP-1680.  Improvements to Block CRC upgrade messages.
      (Raghu Angadi via dhruba)
 
+149. HADOOP-71.  Allow Text and SequenceFile Map/Reduce inputs from non-default 
+     filesystems. (omalley)
+
 Release 0.13.0 - 2007-06-08
 
  1. HADOOP-1047.  Fix TestReplication to succeed more reliably.