Return-Path: X-Original-To: apmail-hadoop-mapreduce-commits-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DAFAD4E9 for ; Fri, 7 Sep 2012 22:10:34 +0000 (UTC) Received: (qmail 90744 invoked by uid 500); 7 Sep 2012 22:10:34 -0000 Delivered-To: apmail-hadoop-mapreduce-commits-archive@hadoop.apache.org Received: (qmail 90653 invoked by uid 500); 7 Sep 2012 22:10:33 -0000 Mailing-List: contact mapreduce-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-commits@hadoop.apache.org Received: (qmail 90642 invoked by uid 99); 7 Sep 2012 22:10:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 22:10:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 22:10:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0C54023889E2; Fri, 7 Sep 2012 22:09:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1382191 - /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt Date: Fri, 07 Sep 2012 22:09:48 -0000 To: mapreduce-commits@hadoop.apache.org From: acmurthy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120907220949.0C54023889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: acmurthy Date: Fri Sep 7 22:09:48 2012 New Revision: 1382191 URL: http://svn.apache.org/viewvc?rev=1382191&view=rev Log: Preparing for hadoop-2.0.2-alpha release. Modified: hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt Modified: hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt?rev=1382191&r1=1382190&r2=1382191&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt (original) +++ hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt Fri Sep 7 22:09:48 2012 @@ -1,6 +1,6 @@ Hadoop MapReduce Change Log -Trunk (unreleased changes) +Trunk (Unreleased) INCOMPATIBLE CHANGES @@ -126,83 +126,29 @@ 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 - MAPREDUCE-987. Exposing MiniDFS and MiniMR clusters as a single process - command-line. (ahmed via tucu) - - MAPREDUCE-4417. add support for encrypted shuffle (tucu) - IMPROVEMENTS - MAPREDUCE-4157. ResourceManager should not kill apps that are well behaved - (Jason Lowe via bobby) - - MAPREDUCE-4511. Add IFile readahead (ahmed via tucu) - - MAPREDUCE-4408. allow jobs to set a JAR that is in the distributed cached - (rkanter via tucu) - - MAPREDUCE-2786. Add compression option for TestDFSIO. - (Plamen Jeliazkov via shv) + OPTIMIZATIONS BUG FIXES - MAPREDUCE-4422. YARN_APPLICATION_CLASSPATH needs a documented default value in - YarnConfiguration. (ahmed via tucu) - - MAPREDUCE-4406. Users should be able to specify the MiniCluster ResourceManager - and JobHistoryServer ports. (ahmed via tucu) - - MAPREDUCE-4407. Add hadoop-yarn-server-tests--tests.jar to hadoop dist - package. (ahmed via tucu) - - MAPREDUCE-4465. Update description of yarn.nodemanager.address property. - (bowang via tucu) - - MAPREDUCE-4342. Distributed Cache gives inconsistent result if cache files - get deleted from tasktracker. (mayank_bansal via tucu) - - MAPREDUCE-4498. Remove hsqldb jar from Hadoop runtime classpath. (rkanter via tucu) - - MAPREDUCE-4494. TestFifoScheduler failing with Metrics source QueueMetrics,q0=default - already exists!. (ahmed.radwan via tucu) - - MAPREDUCE-4484. Incorrect IS_MINI_YARN_CLUSTER property name in YarnConfiguration. - (ahmed.radwan via tucu) - - MAPREDUCE-4562. Support for "FileSystemCounter" legacy counter group name - for compatibility reasons is creating incorrect counter name. - (Jarek Jarcec Cecho via tomwhite) - - MAPREDUCE-4068. Jars in lib subdirectory of the submittable JAR are not added to the - classpath (rkanter via tucu) - - MAPREDUCE-4577. HDFS-3672 broke - TestCombineFileInputFormat.testMissingBlocks() test. (atm) - - MAPREDUCE-4470. Fix TestCombineFileInputFormat.testForEmptyFile (ikatsov via tucu) - - MAPREDUCE-4608. hadoop-mapreduce-client is missing some dependencies. - (tucu via tomwhite) - - MAPREDUCE-4610. Support deprecated mapreduce.job.counters.limit property in - MR2. (tomwhite) - - MAPREDUCE-4629. Remove JobHistory.DEBUG_MODE (Karthik Kambatla via bobby) - - MAPREDUCE-4642. MiniMRClientClusterFactory should not use job.setJar() (rkanter via tucu) - -Release 2.1.0-alpha - Unreleased +Release 2.0.2-alpha - Unreleased INCOMPATIBLE CHANGES NEW FEATURES + MAPREDUCE-987. Exposing MiniDFS and MiniMR clusters as a single process + command-line. (ahmed via 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) @@ -212,6 +158,17 @@ Release 2.1.0-alpha - Unreleased IMPROVEMENTS + MAPREDUCE-4157. ResourceManager should not kill apps that are well behaved + (Jason Lowe via bobby) + + MAPREDUCE-4511. Add IFile readahead (ahmed via tucu) + + MAPREDUCE-4408. allow jobs to set a JAR that is in the distributed cached + (rkanter via tucu) + + 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) @@ -256,10 +213,53 @@ Release 2.1.0-alpha - Unreleased MAPREDUCE-4638. MR AM supplies MapReduce jars in classpath rather than rely on YARN. (acmurthy) - OPTIMIZATIONS - BUG FIXES + MAPREDUCE-4422. YARN_APPLICATION_CLASSPATH needs a documented default value in + YarnConfiguration. (ahmed via tucu) + + MAPREDUCE-4406. Users should be able to specify the MiniCluster ResourceManager + and JobHistoryServer ports. (ahmed via tucu) + + MAPREDUCE-4407. Add hadoop-yarn-server-tests--tests.jar to hadoop dist + package. (ahmed via tucu) + + MAPREDUCE-4465. Update description of yarn.nodemanager.address property. + (bowang via tucu) + + MAPREDUCE-4342. Distributed Cache gives inconsistent result if cache files + get deleted from tasktracker. (mayank_bansal via tucu) + + MAPREDUCE-4498. Remove hsqldb jar from Hadoop runtime classpath. (rkanter via tucu) + + MAPREDUCE-4494. TestFifoScheduler failing with Metrics source QueueMetrics,q0=default + already exists!. (ahmed.radwan via tucu) + + MAPREDUCE-4484. Incorrect IS_MINI_YARN_CLUSTER property name in YarnConfiguration. + (ahmed.radwan via tucu) + + MAPREDUCE-4562. Support for "FileSystemCounter" legacy counter group name + for compatibility reasons is creating incorrect counter name. + (Jarek Jarcec Cecho via tomwhite) + + MAPREDUCE-4068. Jars in lib subdirectory of the submittable JAR are not added to the + classpath (rkanter via tucu) + + MAPREDUCE-4577. HDFS-3672 broke + TestCombineFileInputFormat.testMissingBlocks() test. (atm) + + MAPREDUCE-4470. Fix TestCombineFileInputFormat.testForEmptyFile (ikatsov via tucu) + + MAPREDUCE-4608. hadoop-mapreduce-client is missing some dependencies. + (tucu via tomwhite) + + MAPREDUCE-4610. Support deprecated mapreduce.job.counters.limit property in + MR2. (tomwhite) + + MAPREDUCE-4629. Remove JobHistory.DEBUG_MODE (Karthik Kambatla via bobby) + + MAPREDUCE-4642. MiniMRClientClusterFactory should not use job.setJar() (rkanter via tucu) + MAPREDUCE-4148. MapReduce should not have a compile-time dependency on HDFS. (tomwhite)