You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by co...@apache.org on 2011/02/15 20:34:32 UTC

svn commit: r1071023 - in /hadoop/hdfs/trunk: CHANGES.txt src/contrib/hdfsproxy/build.xml

Author: cos
Date: Tue Feb 15 19:34:32 2011
New Revision: 1071023

URL: http://svn.apache.org/viewvc?rev=1071023&view=rev
Log:
HDFS-981. test-contrib fails due to test-cactus failure. Contributed by Konstantin Boudnik.

Modified:
    hadoop/hdfs/trunk/CHANGES.txt
    hadoop/hdfs/trunk/src/contrib/hdfsproxy/build.xml

Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=1071023&r1=1071022&r2=1071023&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Tue Feb 15 19:34:32 2011
@@ -542,6 +542,8 @@ Release 0.22.0 - Unreleased
     HDFS-1618. configure files that are generated as part of the released
     tarball need to have executable bit set (Roman Shaposhnik via cos)
 
+    HDFS-981. test-contrib fails due to test-cactus failure (cos)
+
 Release 0.21.1 - Unreleased
 
   IMPROVEMENTS

Modified: hadoop/hdfs/trunk/src/contrib/hdfsproxy/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/contrib/hdfsproxy/build.xml?rev=1071023&r1=1071022&r2=1071023&view=diff
==============================================================================
--- hadoop/hdfs/trunk/src/contrib/hdfsproxy/build.xml (original)
+++ hadoop/hdfs/trunk/src/contrib/hdfsproxy/build.xml Tue Feb 15 19:34:32 2011
@@ -301,7 +301,7 @@
 			<containerset>
 				<cargo containerId="${tomcat.container.id}" timeout="30000" output="${logs.dir}/output.log" log="${logs.dir}/cargo.log">
 				 <zipUrlInstaller
-            installUrl="http://apache.osuosl.org/tomcat/tomcat-6/v6.0.24/bin/apache-tomcat-6.0.24.zip"
+            installUrl="http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.24/bin/apache-tomcat-6.0.24.zip"
             installDir="${target.dir}/${tomcat.container.id}"/>
 				  <configuration type="existing" home="${tomcatconfig.dir}">
 						<property name="cargo.servlet.port" value="${cargo.servlet.http.port}"/>