Return-Path: Delivered-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Received: (qmail 58291 invoked from network); 23 Oct 2009 18:47:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Oct 2009 18:47:14 -0000 Received: (qmail 86918 invoked by uid 500); 23 Oct 2009 18:47:14 -0000 Delivered-To: apmail-hadoop-hdfs-commits-archive@hadoop.apache.org Received: (qmail 86875 invoked by uid 500); 23 Oct 2009 18:47: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 86865 invoked by uid 99); 23 Oct 2009 18:47:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 18:47:14 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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, 23 Oct 2009 18:47:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7D44F23888CF; Fri, 23 Oct 2009 18:46:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r829171 - in /hadoop/hdfs/trunk: CHANGES.txt lib/hadoop-core-0.22.0-dev.jar lib/hadoop-core-test-0.22.0-dev.jar src/test/hdfs/org/apache/hadoop/fs/TestHDFSFileContextMainOperations.java Date: Fri, 23 Oct 2009 18:46:50 -0000 To: hdfs-commits@hadoop.apache.org From: szetszwo@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091023184651.7D44F23888CF@eris.apache.org> Author: szetszwo Date: Fri Oct 23 18:46:48 2009 New Revision: 829171 URL: http://svn.apache.org/viewvc?rev=829171&view=rev Log: HDFS-725. Support the build error fix for HADOOP-6327. Contributed by Sanjay Radia Modified: hadoop/hdfs/trunk/CHANGES.txt hadoop/hdfs/trunk/lib/hadoop-core-0.22.0-dev.jar hadoop/hdfs/trunk/lib/hadoop-core-test-0.22.0-dev.jar hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/fs/TestHDFSFileContextMainOperations.java Modified: hadoop/hdfs/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=829171&r1=829170&r2=829171&view=diff ============================================================================== --- hadoop/hdfs/trunk/CHANGES.txt (original) +++ hadoop/hdfs/trunk/CHANGES.txt Fri Oct 23 18:46:48 2009 @@ -440,6 +440,9 @@ HDFS-690. TestAppend2#testComplexAppend failed on "Too many open files". (hairong) + HDFS-725. Support the build error fix for HADOOP-6327. (Sanjay Radia via + szetszwo) + Release 0.20.2 - Unreleased IMPROVEMENTS Modified: hadoop/hdfs/trunk/lib/hadoop-core-0.22.0-dev.jar URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/lib/hadoop-core-0.22.0-dev.jar?rev=829171&r1=829170&r2=829171&view=diff ============================================================================== Binary files - no diff available. Modified: hadoop/hdfs/trunk/lib/hadoop-core-test-0.22.0-dev.jar URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/lib/hadoop-core-test-0.22.0-dev.jar?rev=829171&r1=829170&r2=829171&view=diff ============================================================================== Binary files - no diff available. Modified: hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/fs/TestHDFSFileContextMainOperations.java URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/fs/TestHDFSFileContextMainOperations.java?rev=829171&r1=829170&r2=829171&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/fs/TestHDFSFileContextMainOperations.java (original) +++ hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/fs/TestHDFSFileContextMainOperations.java Fri Oct 23 18:46:48 2009 @@ -58,6 +58,7 @@ @Before public void setUp() throws Exception { + super.setUp(); } @Override