소스 검색

Oops. Accidentally added the notes for HADOOP-992 and HADOOP-954 to
the 0.11 branch section, when these changes are in trunk. Fixed.


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

Doug Cutting 18 년 전
부모
커밋
f382acf0a4
1개의 변경된 파일7개의 추가작업 그리고 8개의 파일을 삭제
  1. 7 8
      CHANGES.txt

+ 7 - 8
CHANGES.txt

@@ -12,6 +12,13 @@ Trunk (unreleased changes)
  3. HADOOP-858.  Move contrib/smallJobsBenchmark to src/test, removing
     obsolete bits. (Nigel Daley via cutting)
 
+ 4. HADOOP-992.  Fix MiniMR unit tests to use MiniDFS when specified,
+    rather than the local FS.  (omalley via cutting)
+
+ 5. HADOOP-954.  Change use of metrics to use callback mechanism.
+    Also rename utility class Metrics to MetricsUtil.
+    (David Bowen & Nigel Daley via cutting)
+
 
 Branch 0.11 - unreleased
 
@@ -28,14 +35,6 @@ Branch 0.11 - unreleased
     from neededReplications after a replication target was selected.
     (Hairong Kuang via cutting)
 
- 5. HADOOP-992.  Fix MiniMR unit tests to use MiniDFS when specified,
-    rather than the local FS.  (omalley via cutting)
-
- 6. HADOOP-954.  Change use of metrics to use callback mechanism.
-    Also rename utility class Metrics to MetricsUtil.
-    (David Bowen & Nigel Daley via cutting)
-
-
 Release 0.11.0 - 2007-02-02
 
  1. HADOOP-781.  Remove methods deprecated in 0.10 that are no longer