浏览代码

Preparing for hadoop-2.0.2-alpha release.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1382195 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 12 年之前
父节点
当前提交
d47f6bb16e

+ 14 - 1
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -1,8 +1,21 @@
 Hadoop Change Log
 Hadoop Change Log
 
 
-Release 2.0.1-alpha - UNRELEASED
+Release 2.0.3-alpha - Unreleased
+  
+  INCOMPATIBLE CHANGES
+
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES 
+
+Release 2.0.2-alpha - Unreleased 
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES
+
     HADOOP-8388. Remove unused BlockLocation serialization.
     HADOOP-8388. Remove unused BlockLocation serialization.
     (Colin Patrick McCabe via eli)
     (Colin Patrick McCabe via eli)
 
 

+ 14 - 1
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -1,8 +1,21 @@
 Hadoop HDFS Change Log
 Hadoop HDFS Change Log
 
 
-Release 2.0.1-alpha - UNRELEASED
+Release 2.0.3-alpha - Unreleased
   
   
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES
+
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES 
+
+Release 2.0.2-alpha - Unreleased
+  
+  INCOMPATIBLE CHANGES
+
     HDFS-3446. HostsFileReader silently ignores bad includes/excludes
     HDFS-3446. HostsFileReader silently ignores bad includes/excludes
     (Matthew Jacobs via todd)
     (Matthew Jacobs via todd)
 
 

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

@@ -1,6 +1,18 @@
 Hadoop MapReduce Change Log
 Hadoop MapReduce Change Log
 
 
-Branch-2 ( Unreleased changes )
+Release 2.0.3-alpha - Unreleased
+  
+  INCOMPATIBLE CHANGES
+
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES 
+
+Release 2.0.2-alpha - Unreleased 
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES
 
 
@@ -11,6 +23,13 @@ Branch-2 ( Unreleased changes )
 
 
     MAPREDUCE-4417. add support for encrypted shuffle (tucu)
     MAPREDUCE-4417. add support for encrypted shuffle (tucu)
 
 
+    MAPREDUCE-4355. Add RunningJob.getJobStatus() (kkambatl via tucu)
+
+    MAPREDUCE-3451. Port Fair Scheduler to MR2 (pwendell via tucu)
+
+    MAPREDUCE-4438. Add a simple, generic client to run 'easy' AMs in YARN.
+    (Bikas Saha via acmurthy) 
+
   IMPROVEMENTS
   IMPROVEMENTS
 
 
     MAPREDUCE-4157. ResourceManager should not kill apps that are well behaved
     MAPREDUCE-4157. ResourceManager should not kill apps that are well behaved
@@ -24,6 +43,38 @@ Branch-2 ( Unreleased changes )
     MAPREDUCE-2786. Add compression option for TestDFSIO.
     MAPREDUCE-2786. Add compression option for TestDFSIO.
     (Plamen Jeliazkov via shv)
     (Plamen Jeliazkov via shv)
 
 
+    MAPREDUCE-4440. Changed SchedulerApp and SchedulerNode to be a minimal
+    interface to allow schedulers to maintain their own. (acmurthy) 
+
+    MAPREDUCE-4146. Support limits on task status string length and number of
+    block locations in branch-2. (Ahmed Radwan via tomwhite)
+
+    MAPREDUCE-3871. Allow symlinking in LocalJobRunner DistributedCache.
+    (tomwhite)
+
+    MAPREDUCE-3921. MR AM should act on node health status changes. 
+    (Bikas Saha via sseth)
+
+    MAPREDUCE-4253. Tests for mapreduce-client-core are lying under
+    mapreduce-client-jobclient (Tsuyoshi Ozawa via harsh)
+
+    MAPREDUCE-4355. Add RunningJob.getJobStatus() (kkambatl via tucu)
+
+    MAPREDUCE-4427. Added an 'unmanaged' mode for AMs so as to ease
+    development of new applications. (Bikas Saha via acmurthy) 
+
+    MAPREDUCE-3289. Make use of fadvise in the NM's shuffle handler.
+    (Todd Lipcon and Siddharth Seth via sseth)
+
+    MAPREDUCE-4580. Change MapReduce to use the yarn-client module.
+    (Vinod Kumar Vavilapalli via sseth)
+
+    MAPREDUCE-4579. Split TestTaskAttempt into two so as to pass tests on
+    jdk7. (Thomas Graves via vinodkv)
+
+    MAPREDUCE-4638. MR AM supplies MapReduce jars in classpath rather than
+    rely on YARN. (acmurthy) 
+
   BUG FIXES
   BUG FIXES
 
 
     MAPREDUCE-4422. YARN_APPLICATION_CLASSPATH needs a documented default value in 
     MAPREDUCE-4422. YARN_APPLICATION_CLASSPATH needs a documented default value in 
@@ -71,57 +122,6 @@ Branch-2 ( Unreleased changes )
 
 
     MAPREDUCE-4642. MiniMRClientClusterFactory should not use job.setJar() (rkanter via tucu)
     MAPREDUCE-4642. MiniMRClientClusterFactory should not use job.setJar() (rkanter via tucu)
 
 
-Release 2.1.0-alpha - Unreleased 
-
-  INCOMPATIBLE CHANGES
-
-  NEW FEATURES
-
-    MAPREDUCE-4355. Add RunningJob.getJobStatus() (kkambatl via tucu)
-
-    MAPREDUCE-3451. Port Fair Scheduler to MR2 (pwendell via tucu)
-
-    MAPREDUCE-4438. Add a simple, generic client to run 'easy' AMs in YARN.
-    (Bikas Saha via acmurthy) 
-
-  IMPROVEMENTS
-
-    MAPREDUCE-4440. Changed SchedulerApp and SchedulerNode to be a minimal
-    interface to allow schedulers to maintain their own. (acmurthy) 
-
-    MAPREDUCE-4146. Support limits on task status string length and number of
-    block locations in branch-2. (Ahmed Radwan via tomwhite)
-
-    MAPREDUCE-3871. Allow symlinking in LocalJobRunner DistributedCache.
-    (tomwhite)
-
-    MAPREDUCE-3921. MR AM should act on node health status changes. 
-    (Bikas Saha via sseth)
-
-    MAPREDUCE-4253. Tests for mapreduce-client-core are lying under
-    mapreduce-client-jobclient (Tsuyoshi Ozawa via harsh)
-
-    MAPREDUCE-4355. Add RunningJob.getJobStatus() (kkambatl via tucu)
-
-    MAPREDUCE-4427. Added an 'unmanaged' mode for AMs so as to ease
-    development of new applications. (Bikas Saha via acmurthy) 
-
-    MAPREDUCE-3289. Make use of fadvise in the NM's shuffle handler.
-    (Todd Lipcon and Siddharth Seth via sseth)
-
-    MAPREDUCE-4580. Change MapReduce to use the yarn-client module.
-    (Vinod Kumar Vavilapalli via sseth)
-
-    MAPREDUCE-4579. Split TestTaskAttempt into two so as to pass tests on
-    jdk7. (Thomas Graves via vinodkv)
-
-    MAPREDUCE-4638. MR AM supplies MapReduce jars in classpath rather than
-    rely on YARN. (acmurthy) 
-
-  OPTIMIZATIONS
-
-  BUG FIXES
-
     MAPREDUCE-4148. MapReduce should not have a compile-time dependency on
     MAPREDUCE-4148. MapReduce should not have a compile-time dependency on
     HDFS. (tomwhite)
     HDFS. (tomwhite)
 
 

+ 11 - 25
hadoop-yarn-project/CHANGES.txt

@@ -1,37 +1,18 @@
 Hadoop MapReduce Change Log
 Hadoop MapReduce Change Log
 
 
-Trunk (unreleased changes)
-
+Release 2.0.3-alpha - Unreleased
+  
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES
 
 
   NEW FEATURES
   NEW FEATURES
 
 
   IMPROVEMENTS
   IMPROVEMENTS
 
 
-  OPTIMAZATIONS
-
-  BUG FIXES
-
-Branch-2 ( Unreleased changes )
-
-  INCOMPATIBLE CHANGES
-
-  NEW FEATURES
-
-  IMPROVEMENTS
-
-  OPTIMAZATIONS
-
-  BUG FIXES
-
-    YARN-13. Fix pom versions for YARN in branch-2 (todd)
-
-    MAPREDUCE-2374. "Text File Busy" errors launching MR tasks. (Andy Isaacson
-    via atm)
+  OPTIMIZATIONS
 
 
-Release 2.1.0-alpha - Unreleased 
+  BUG FIXES 
 
 
-  INCOMPATIBLE CHANGES
+Release 2.0.2-alpha - Unreleased 
 
 
   NEW FEATURES
   NEW FEATURES
 
 
@@ -47,10 +28,15 @@ Release 2.1.0-alpha - Unreleased
     YARN-80. Add support for delaying rack-local containers in
     YARN-80. Add support for delaying rack-local containers in
     CapacityScheduler. (acmurthy) 
     CapacityScheduler. (acmurthy) 
 
 
-  OPTIMAZATIONS
+  OPTIMIZATIONS
 
 
   BUG FIXES
   BUG FIXES
 
 
+    YARN-13. Fix pom versions for YARN in branch-2 (todd)
+
+    MAPREDUCE-2374. "Text File Busy" errors launching MR tasks. (Andy Isaacson
+    via atm)
+
     YARN-12. Fix findbugs warnings in FairScheduler. (Junping Du via acmurthy) 
     YARN-12. Fix findbugs warnings in FairScheduler. (Junping Du via acmurthy) 
 
 
     YARN-22. Fix ContainerLogs to work if the log-dir is specified as a URI.
     YARN-22. Fix ContainerLogs to work if the log-dir is specified as a URI.