Return-Path: Delivered-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Received: (qmail 57811 invoked from network); 25 Feb 2010 14:17:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2010 14:17:14 -0000 Received: (qmail 46913 invoked by uid 500); 25 Feb 2010 14:17:14 -0000 Delivered-To: apmail-hadoop-hdfs-commits-archive@hadoop.apache.org Received: (qmail 46872 invoked by uid 500); 25 Feb 2010 14:17:14 -0000 Mailing-List: contact hdfs-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-commits@hadoop.apache.org Received: (qmail 46864 invoked by uid 99); 25 Feb 2010 14:17:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 14:17:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Thu, 25 Feb 2010 14:17:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1E7B7238899B; Thu, 25 Feb 2010 14:16:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r916292 - in /hadoop/hdfs/trunk: .eclipse.templates/.classpath CHANGES.txt ivy/libraries.properties src/contrib/hdfsproxy/ivy.xml Date: Thu, 25 Feb 2010 14:16:53 -0000 To: hdfs-commits@hadoop.apache.org From: omalley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100225141653.1E7B7238899B@eris.apache.org> Author: omalley Date: Thu Feb 25 14:16:52 2010 New Revision: 916292 URL: http://svn.apache.org/viewvc?rev=916292&view=rev Log: HADOOP-6579. Upgrade the commons-codec library to 1.4. (omalley) Modified: hadoop/hdfs/trunk/.eclipse.templates/.classpath hadoop/hdfs/trunk/CHANGES.txt hadoop/hdfs/trunk/ivy/libraries.properties hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml Modified: hadoop/hdfs/trunk/.eclipse.templates/.classpath URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/.eclipse.templates/.classpath?rev=916292&r1=916291&r2=916292&view=diff ============================================================================== --- hadoop/hdfs/trunk/.eclipse.templates/.classpath (original) +++ hadoop/hdfs/trunk/.eclipse.templates/.classpath Thu Feb 25 14:16:52 2010 @@ -12,7 +12,7 @@ - + Modified: hadoop/hdfs/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=916292&r1=916291&r2=916292&view=diff ============================================================================== --- hadoop/hdfs/trunk/CHANGES.txt (original) +++ hadoop/hdfs/trunk/CHANGES.txt Thu Feb 25 14:16:52 2010 @@ -21,8 +21,8 @@ HDFS-935. Adds a real user component in Delegation token. (Jitendra Nath Pandey via ddas) - HDFS-245. Adds a symlink implementation to HDFS. This complements the new symlink feature added in HADOOP-6421 - (Eli Collins via Sanjay Radia) + HDFS-245. Adds a symlink implementation to HDFS. This complements the new + symlink feature added in HADOOP-6421 (Eli Collins via Sanjay Radia) IMPROVEMENTS @@ -73,12 +73,15 @@ meaningful exceptions when there are failures instead of returning false. (omalley) + HADOOP-6579. Upgrade the commons-codec library to 1.4. (omalley) + OPTIMIZATIONS HDFS-946. NameNode should not return full path name when lisitng a diretory or getting the status of a file. (hairong) BUG FIXES + HDFS-913. Rename fault injection test TestRename.java to TestFiRename.java to include it in tests run by ant target run-test-hdfs-fault-inject. (suresh) Modified: hadoop/hdfs/trunk/ivy/libraries.properties URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/ivy/libraries.properties?rev=916292&r1=916291&r2=916292&view=diff ============================================================================== --- hadoop/hdfs/trunk/ivy/libraries.properties (original) +++ hadoop/hdfs/trunk/ivy/libraries.properties Thu Feb 25 14:16:52 2010 @@ -21,7 +21,6 @@ commons-cli.version=1.2 commons-cli2.version=2.0-mahout -commons-codec.version=1.3 commons-collections.version=3.1 commons-httpclient.version=3.0.1 commons-lang.version=2.4 Modified: hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml?rev=916292&r1=916291&r2=916292&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml (original) +++ hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml Thu Feb 25 14:16:52 2010 @@ -93,7 +93,7 @@ - +