diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index f8d27c6684..0363174d7e 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1,6 +1,6 @@ Hadoop Change Log -Trunk (unreleased changes) +Trunk (Unreleased) INCOMPATIBLE CHANGES @@ -206,7 +206,19 @@ Trunk (unreleased changes) HADOOP-7761. Improve the performance of raw comparisons. (todd) -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 diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 1fb5a83c67..e77ceb0a7d 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1,6 +1,6 @@ Hadoop HDFS Change Log -Trunk (unreleased changes) +Trunk (Unreleased) INCOMPATIBLE CHANGES @@ -215,7 +215,19 @@ Trunk (unreleased changes) HDFS-3678. Edit log files are never being purged from 2NN. (atm) -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 diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt index 5b09d4bfb5..58e49e3567 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/hadoop-mapreduce-project/CHANGES.txt @@ -1,6 +1,6 @@ Hadoop MapReduce Change Log -Trunk (unreleased changes) +Trunk (Unreleased) INCOMPATIBLE CHANGES @@ -126,7 +126,19 @@ Trunk (unreleased changes) MAPREDUCE-3868. Make Raid Compile. (Weiyan Wang via schen) -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 @@ -137,6 +149,13 @@ Branch-2 ( Unreleased changes ) 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 MAPREDUCE-4157. ResourceManager should not kill apps that are well behaved @@ -150,6 +169,50 @@ Branch-2 ( Unreleased changes ) MAPREDUCE-2786. Add compression option for TestDFSIO. (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-2220. Fix new API FileOutputFormat-related typos in + mapred-default.xml (Rui Kubo via harsh) + + MAPREDUCE-3907. Document entries mapred-default.xml for the + jobhistory server. (Eugene Koontz via harsh) + + MAPREDUCE-3906. Fix inconsistency in documentation regarding + mapreduce.jobhistory.principal. (Eugene Koontz via harsh) + + MAPREDUCE-4432. Confusing warning message when GenericOptionsParser + is not used. (Gabriel Reid via harsh) + + MAPREDUCE-4427. Added an 'unmanaged' mode for AMs so as to ease + development of new applications. (Bikas Saha via acmurthy) + + MAPREDUCE-4447. Remove aop from cruft from the ant build. (eli) + + 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 MAPREDUCE-4422. YARN_APPLICATION_CLASSPATH needs a documented default value in @@ -197,69 +260,6 @@ Branch-2 ( Unreleased changes ) 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-2220. Fix new API FileOutputFormat-related typos in - mapred-default.xml (Rui Kubo via harsh) - - MAPREDUCE-3907. Document entries mapred-default.xml for the - jobhistory server. (Eugene Koontz via harsh) - - MAPREDUCE-3906. Fix inconsistency in documentation regarding - mapreduce.jobhistory.principal. (Eugene Koontz via harsh) - - MAPREDUCE-4432. Confusing warning message when GenericOptionsParser - is not used. (Gabriel Reid via harsh) - - MAPREDUCE-4427. Added an 'unmanaged' mode for AMs so as to ease - development of new applications. (Bikas Saha via acmurthy) - - MAPREDUCE-4447. Remove aop from cruft from the ant build. (eli) - - 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 HDFS. (tomwhite) diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 3f39c5d6f1..911f09c135 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -1,6 +1,6 @@ Hadoop MapReduce Change Log -Trunk (unreleased changes) +Trunk - Unreleased INCOMPATIBLE CHANGES @@ -17,7 +17,7 @@ Trunk (unreleased changes) BUG FIXES -Branch-2 ( Unreleased changes ) +Release 2.0.3-alpha - Unreleased INCOMPATIBLE CHANGES @@ -25,14 +25,11 @@ Branch-2 ( Unreleased changes ) IMPROVEMENTS - OPTIMAZATIONS + OPTIMIZATIONS BUG FIXES - MAPREDUCE-2374. "Text File Busy" errors launching MR tasks. (Andy Isaacson - via atm) - -Release 2.1.0-alpha - Unreleased +Release 2.0.2-alpha - Unreleased INCOMPATIBLE CHANGES @@ -74,6 +71,9 @@ Release 2.1.0-alpha - Unreleased YARN-75. Modified ResourceManager's RMContainer to handle a valid RELEASE event at RUNNING state. (Siddharth Seth via vinodkv) + MAPREDUCE-2374. "Text File Busy" errors launching MR tasks. (Andy Isaacson + via atm) + Release 0.23.4 - UNRELEASED INCOMPATIBLE CHANGES