瀏覽代碼

updating CHANGES.txt after committing MAPREDUCE-5333,HADOOP-9661,HADOOP-9355,HADOOP-9673,HADOOP-9414,HADOOP-9416,HDFS-4797,YARN-866,YARN-736,YARN-883 to 2.1-beta branch

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1502074 13f79535-47bb-0310-9956-ffa450edef68
Alejandro Abdelnur 12 年之前
父節點
當前提交
f0983d958d

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

@@ -27,23 +27,6 @@ Release 2.2.0 - UNRELEASED
 
   IMPROVEMENTS
 
-    HADOOP-9661. Allow metrics sources to be extended. (sandyr via tucu)
-
-    HADOOP-9370.  Write FSWrapper class to wrap FileSystem and FileContext for
-    better test coverage.  (Andrew Wang via Colin Patrick McCabe)
-
-    HADOOP-9355.  Abstract symlink tests to use either FileContext or
-    FileSystem.  (Andrew Wang via Colin Patrick McCabe)
-
-    HADOOP-9673.  NetworkTopology: when a node can't be added, print out its
-    location for diagnostic purposes.  (Colin Patrick McCabe)
-
-    HADOOP-9414.  Refactor out FSLinkResolver and relevant helper methods.
-    (Andrew Wang via Colin Patrick McCabe)
-
-    HADOOP-9416.  Add new symlink resolution methods in FileSystem and
-    FileSystemLinkResolver.  (Andrew Wang via Colin Patrick McCabe)
-
   OPTIMIZATIONS
 
   BUG FIXES
@@ -181,6 +164,23 @@ Release 2.1.0-beta - 2013-07-02
     HADOOP-9676.  Make maximum RPC buffer size configurable (Colin Patrick
     McCabe)
 
+    HADOOP-9661. Allow metrics sources to be extended. (sandyr via tucu)
+
+    HADOOP-9370.  Write FSWrapper class to wrap FileSystem and FileContext for
+    better test coverage.  (Andrew Wang via Colin Patrick McCabe)
+
+    HADOOP-9355.  Abstract symlink tests to use either FileContext or
+    FileSystem.  (Andrew Wang via Colin Patrick McCabe)
+
+    HADOOP-9673.  NetworkTopology: when a node can't be added, print out its
+    location for diagnostic purposes.  (Colin Patrick McCabe)
+
+    HADOOP-9414.  Refactor out FSLinkResolver and relevant helper methods.
+    (Andrew Wang via Colin Patrick McCabe)
+
+    HADOOP-9416.  Add new symlink resolution methods in FileSystem and
+    FileSystemLinkResolver.  (Andrew Wang via Colin Patrick McCabe)
+
   OPTIMIZATIONS
 
     HADOOP-9150. Avoid unnecessary DNS resolution attempts for logical URIs

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

@@ -24,9 +24,6 @@ Release 2.2.0 - UNRELEASED
 
   BUG FIXES
 
-    HDFS-4797. BlockScanInfo does not override equals(..) and hashCode()
-    consistently.  (szetszwo)
-
 Release 2.1.1-beta - UNRELEASED
 
   INCOMPATIBLE CHANGES
@@ -979,6 +976,9 @@ Release 2.1.0-beta - 2013-07-02
     HDFS-4969. WebhdfsFileSystem expects non-standard WEBHDFS Json element. 
     (rkanter via tucu)
 
+    HDFS-4797. BlockScanInfo does not override equals(..) and hashCode()
+    consistently.  (szetszwo)
+
 Release 2.0.5-alpha - 06/06/2013
 
   INCOMPATIBLE CHANGES

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

@@ -29,9 +29,6 @@ Release 2.2.0 - UNRELEASED
 
   IMPROVEMENTS
 
-    MAPREDUCE-5333. Add test that verifies MRAM works correctly when sending 
-    requests with non-normalized capabilities. (ywskycn via tucu)
-
   OPTIMIZATIONS
 
   BUG FIXES
@@ -207,6 +204,9 @@ Release 2.1.0-beta - 2013-07-02
     MAPREDUCE-5326. Added version to shuffle header. (Zhijie Shen via
     acmurthy)
 
+    MAPREDUCE-5333. Add test that verifies MRAM works correctly when sending
+    requests with non-normalized capabilities. (ywskycn via tucu)
+
   OPTIMIZATIONS
 
     MAPREDUCE-4974. Optimising the LineRecordReader initialize() method 

+ 6 - 7
hadoop-yarn-project/CHANGES.txt

@@ -20,13 +20,6 @@ Release 2.2.0 - UNRELEASED
 
   IMPROVEMENTS
 
-    YARN-866. Add test for class ResourceWeights. (ywskycn via tucu)
-
-    YARN-736. Add a multi-resource fair sharing metric. (sandyr via tucu)
-
-    YARN-883. Expose Fair Scheduler-specific queue metrics. (sandyr via tucu)
-
-
   OPTIMIZATIONS
 
   BUG FIXES
@@ -457,6 +450,12 @@ Release 2.1.0-beta - 2013-07-02
     YARN-827. Need to make Resource arithmetic methods accessible (Jian He via
     bikas)
 
+    YARN-866. Add test for class ResourceWeights. (ywskycn via tucu)
+
+    YARN-736. Add a multi-resource fair sharing metric. (sandyr via tucu)
+
+    YARN-883. Expose Fair Scheduler-specific queue metrics. (sandyr via tucu)
+
   OPTIMIZATIONS
 
     YARN-512. Log aggregation root directory check is more expensive than it