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 sz...@apache.org on 2010/03/26 19:22:44 UTC

svn commit: r928001 - in /hadoop/hdfs/branches/branch-0.21: CHANGES.txt src/contrib/hdfsproxy/build.xml

Author: szetszwo
Date: Fri Mar 26 18:22:44 2010
New Revision: 928001

URL: http://svn.apache.org/viewvc?rev=928001&view=rev
Log:
HDFS-1046. Fix Tomcat version in hdfsproxy/build.xml.  Contributed by Srikanth Sundarrajan

Modified:
    hadoop/hdfs/branches/branch-0.21/CHANGES.txt
    hadoop/hdfs/branches/branch-0.21/src/contrib/hdfsproxy/build.xml

Modified: hadoop/hdfs/branches/branch-0.21/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/branch-0.21/CHANGES.txt?rev=928001&r1=928000&r2=928001&view=diff
==============================================================================
--- hadoop/hdfs/branches/branch-0.21/CHANGES.txt (original)
+++ hadoop/hdfs/branches/branch-0.21/CHANGES.txt Fri Mar 26 18:22:44 2010
@@ -551,6 +551,9 @@ Trunk (unreleased changes)
     HDFS-927. DFSInputStream retries too many times for new block locations
     (Todd Lipcon via Stack)
 
+    HDFS-1046. Fix Tomcat version in hdfsproxy/build.xml.  (Srikanth
+    Sundarrajan via szetszwo)
+
 Release 0.20.2 - Unreleased
 
   IMPROVEMENTS

Modified: hadoop/hdfs/branches/branch-0.21/src/contrib/hdfsproxy/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/branch-0.21/src/contrib/hdfsproxy/build.xml?rev=928001&r1=928000&r2=928001&view=diff
==============================================================================
--- hadoop/hdfs/branches/branch-0.21/src/contrib/hdfsproxy/build.xml (original)
+++ hadoop/hdfs/branches/branch-0.21/src/contrib/hdfsproxy/build.xml Fri Mar 26 18:22:44 2010
@@ -299,7 +299,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.18/bin/apache-tomcat-6.0.18.zip"
+            installUrl="http://apache.osuosl.org/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}"/>