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


Reply via email to