Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C28966DD1 for ; Fri, 24 Jun 2011 23:32:23 +0000 (UTC) Received: (qmail 55295 invoked by uid 500); 24 Jun 2011 23:32:23 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 55245 invoked by uid 500); 24 Jun 2011 23:32:22 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 55238 invoked by uid 99); 24 Jun 2011 23:32:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2011 23:32:22 +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, 24 Jun 2011 23:32:19 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 74A73238885D for ; Fri, 24 Jun 2011 23:31:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139462 - in /hadoop/common/branches/branch-0.20: CHANGES.txt build.xml src/docs/releasenotes.html Date: Fri, 24 Jun 2011 23:31:57 -0000 To: common-commits@hadoop.apache.org From: eli@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110624233157.74A73238885D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: eli Date: Fri Jun 24 23:31:57 2011 New Revision: 1139462 URL: http://svn.apache.org/viewvc?rev=1139462&view=rev Log: Revert 1055647 (HADOOP-7372) Modified: hadoop/common/branches/branch-0.20/CHANGES.txt hadoop/common/branches/branch-0.20/build.xml hadoop/common/branches/branch-0.20/src/docs/releasenotes.html Modified: hadoop/common/branches/branch-0.20/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/CHANGES.txt?rev=1139462&r1=1139461&r2=1139462&view=diff ============================================================================== --- hadoop/common/branches/branch-0.20/CHANGES.txt (original) +++ hadoop/common/branches/branch-0.20/CHANGES.txt Fri Jun 24 23:31:57 2011 @@ -1,16 +1,6 @@ Hadoop Change Log -Release 0.20.4 - Unreleased - - NEW FEATURES - - BUG FIXES - - MAPREDUCE-2317. Fix a NPE in HadoopArchives. (Devaraj K via szetszwo) - - IMPROVEMENTS - -Release 0.20.3 - 2011-1-5 +Release 0.20.3 - Unreleased NEW FEATURES @@ -94,6 +84,8 @@ Release 0.20.3 - 2011-1-5 HADOOP-7116. Increase the heap size for the contrib unit tests to 512mb. (omalley) + MAPREDUCE-2317. Fix a NPE in HadoopArchives. (Devaraj K via szetszwo) + IMPROVEMENTS MAPREDUCE-1407. Update javadoc in mapreduce.{Mapper,Reducer} to match Modified: hadoop/common/branches/branch-0.20/build.xml URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/build.xml?rev=1139462&r1=1139461&r2=1139462&view=diff ============================================================================== --- hadoop/common/branches/branch-0.20/build.xml (original) +++ hadoop/common/branches/branch-0.20/build.xml Fri Jun 24 23:31:57 2011 @@ -28,7 +28,7 @@ - + Modified: hadoop/common/branches/branch-0.20/src/docs/releasenotes.html URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/src/docs/releasenotes.html?rev=1139462&r1=1139461&r2=1139462&view=diff ============================================================================== --- hadoop/common/branches/branch-0.20/src/docs/releasenotes.html (original) +++ hadoop/common/branches/branch-0.20/src/docs/releasenotes.html Fri Jun 24 23:31:57 2011 @@ -2,7 +2,7 @@ -Hadoop 0.20.3 Release Notes +Hadoop 0.20.2 Release Notes -

Hadoop 0.20.3 Release Notes

+

Hadoop 0.20.2 Release Notes

These release notes include new developer and user-facing incompatibilities, features, and major improvements. The table below is sorted by Component. -

Changes Since Hadoop 0.20.2

- -

Bug

-
    -
  • [HADOOP-6625] - Hadoop 0.20 doesn't generate hadoop-test pom, existing pom has bad dependencies, doesnt build javadoc,sources jar
  • -
  • [HADOOP-6665] - DFSadmin commands setQuota and setSpaceQuota allowed when NameNode is in safemode.
  • -
  • [HADOOP-6701] - Commands chmod, chown and chgrp now returns non zero exit code and an error message on failure instead of returning zero.
  • -
  • [HADOOP-6702] - Incorrect exit codes for "dfs -chown", "dfs -chgrp" when input is given in wildcard format.
  • -
  • [HADOOP-6724] - IPC doesn't properly handle IOEs thrown by socket factory
  • -
  • [HADOOP-6760] - WebServer shouldn't increase port number in case of negative port setting caused by Jetty's race
  • -
  • [HADOOP-6833] - IPC leaks call parameters when exceptions thrown
  • -
  • [HADOOP-6881] - The efficient comparators aren't always used except for BytesWritable and Text
  • -
  • [HADOOP-6923] - Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName
  • -
  • [HADOOP-6928] - Fix BooleanWritable comparator in 0.20
  • -
  • [HADOOP-7116] - raise contrib junit test jvm memory size to 512mb
  • -
  • [HDFS-15] - Rack replication policy can be violated for over replicated blocks
  • -
  • [HDFS-132] - With this incompatible change, under metrics context "dfs", the record name "FSDirectory" is no longer available. The metrics "files_deleted" from the deleted record "FSDirectory" is now available in metrics context "dfs", record name "namenode" with the metrics name "FilesDeleted". -
  • -
  • [HDFS-727] - bug setting block size hdfsOpenFile
  • -
  • [HDFS-908] - TestDistributedFileSystem fails with Wrong FS on weird hosts
  • -
  • [HDFS-909] - Race condition between rollEditLog or rollFSImage ant FSEditsLog.write operations corrupts edits log
  • -
  • [HDFS-955] - FSImage.saveFSImage can lose edits
  • -
  • [HDFS-1041] - DFSClient does not retry in getFileChecksum(..)
  • -
  • [HDFS-1098] - Fix Javadoc for DistributedCache usage
  • -
  • [HDFS-1240] - TestDFSShell failing in branch-20
  • -
  • [HDFS-1258] - Clearing namespace quota on "/" corrupts FS image
  • -
  • [HDFS-1377] - Quota bug for partial blocks allows quotas to be violated
  • -
  • [HDFS-1404] - TestNodeCount logic incorrect in branch-0.20
  • -
  • [HDFS-1406] - TestCLI fails on Ubuntu with default /etc/hosts
  • -
  • [MAPREDUCE-118] - Job.getJobID() will always return null
  • -
  • [MAPREDUCE-1280] - Eclipse Plugin does not work with Eclipse Ganymede (3.4)
  • -
  • [MAPREDUCE-1372] - ConcurrentModificationException in JobInProgress
  • -
  • [MAPREDUCE-1407] - Invalid example in the documentation of org.apache.hadoop.mapreduce.{Mapper,Reducer}
  • -
  • [MAPREDUCE-1442] - StackOverflowError when JobHistory parses a really long line
  • -
  • [MAPREDUCE-1522] - FileInputFormat may change the file system of an input path
  • -
  • [MAPREDUCE-1880] - "java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result." while running "hadoop jar hadoop-0.20.1+169.89-examples.jar pi 4 30"
  • -
  • [MAPREDUCE-2262] - Capacity Scheduler unit tests fail with class not found
  • -
- -

Improvement

-
    -
  • [HADOOP-6882] - Update the patch level of Jetty
  • -
  • [HDFS-1182] - Support for file sizes less than 1MB in DFSIO benchmark.
  • -
  • [MAPREDUCE-1361] - In the pools with minimum slots, new job will always receive slots even if the minimum slots limit has been fulfilled
  • -
  • [MAPREDUCE-1734] - Un-deprecate the old MapReduce API in the 0.20 branch
  • -
  • [MAPREDUCE-1832] - Support for file sizes less than 1MB in DFSIO benchmark.
  • -
  • [MAPREDUCE-2003] - It should be able to specify different jvm settings for map and reduce child process (via mapred.child.map.java.opts and mapred.child.reduce.java.opts options)
  • -
- -

New Feature

-
    -
  • [HADOOP-6382] - The hadoop jars are renamed from previous hadoop--.jar to hadoop--.jar. Applications and documentation need to be updated to use the new file naming scheme.
  • -
- -

Test

-
    -
  • [HADOOP-6637] - Benchmark overhead of RPC session establishment
  • -

Task