HDFS-3866. HttpFS POM should have property where to download tomcat from (zero45 via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1380927 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60af999c73
commit
4244c1443c
|
@ -45,6 +45,7 @@
|
||||||
</httpfs.tomcat.dist.dir>
|
</httpfs.tomcat.dist.dir>
|
||||||
<kerberos.realm>LOCALHOST</kerberos.realm>
|
<kerberos.realm>LOCALHOST</kerberos.realm>
|
||||||
<test.exclude.kerberos.test>**/TestHttpFSWithKerberos.java</test.exclude.kerberos.test>
|
<test.exclude.kerberos.test>**/TestHttpFSWithKerberos.java</test.exclude.kerberos.test>
|
||||||
|
<tomcat.download.url>http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.tar.gz</tomcat.download.url>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -527,7 +528,7 @@
|
||||||
<target>
|
<target>
|
||||||
<mkdir dir="downloads"/>
|
<mkdir dir="downloads"/>
|
||||||
<get
|
<get
|
||||||
src="http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.tar.gz"
|
src="${tomcat.download.url}"
|
||||||
dest="downloads/tomcat.tar.gz" verbose="true" skipexisting="true"/>
|
dest="downloads/tomcat.tar.gz" verbose="true" skipexisting="true"/>
|
||||||
<delete dir="${project.build.directory}/tomcat.exp"/>
|
<delete dir="${project.build.directory}/tomcat.exp"/>
|
||||||
<mkdir dir="${project.build.directory}/tomcat.exp"/>
|
<mkdir dir="${project.build.directory}/tomcat.exp"/>
|
||||||
|
|
|
@ -458,6 +458,8 @@ Branch-2 ( Unreleased changes )
|
||||||
HDFS-2421. Improve the concurrency of SerialNumberMap in NameNode.
|
HDFS-2421. Improve the concurrency of SerialNumberMap in NameNode.
|
||||||
(Jing Zhao and Weiyan Wang via szetszwo)
|
(Jing Zhao and Weiyan Wang via szetszwo)
|
||||||
|
|
||||||
|
HDFS-3866. HttpFS POM should have property where to download tomcat from (zero45 via tucu)
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
HDFS-3385. The last block of INodeFileUnderConstruction is not
|
HDFS-3385. The last block of INodeFileUnderConstruction is not
|
||||||
|
|
Loading…
Reference in New Issue