HADOOP-10814. Update Tomcat version used by HttpFS and KMS to latest 6.x version. (rkanter via tucu)
This commit is contained in:
parent
c686aa3533
commit
b1dce2aa21
|
@ -473,6 +473,9 @@ Release 2.6.0 - UNRELEASED
|
||||||
HADOOP-11005. Fix HTTP content type for ReconfigurationServlet.
|
HADOOP-11005. Fix HTTP content type for ReconfigurationServlet.
|
||||||
(Lei Xu via wang)
|
(Lei Xu via wang)
|
||||||
|
|
||||||
|
HADOOP-10814. Update Tomcat version used by HttpFS and KMS to latest
|
||||||
|
6.x version. (rkanter via tucu)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-10838. Byte array native checksumming. (James Thomas via todd)
|
HADOOP-10838. Byte array native checksumming. (James Thomas via todd)
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
<description>Apache Hadoop KMS</description>
|
<description>Apache Hadoop KMS</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<tomcat.version>6.0.36</tomcat.version>
|
|
||||||
<kms.tomcat.dist.dir>
|
<kms.tomcat.dist.dir>
|
||||||
${project.build.directory}/${project.artifactId}-${project.version}/share/hadoop/kms/tomcat
|
${project.build.directory}/${project.artifactId}-${project.version}/share/hadoop/kms/tomcat
|
||||||
</kms.tomcat.dist.dir>
|
</kms.tomcat.dist.dir>
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
<description>Apache Hadoop HttpFS</description>
|
<description>Apache Hadoop HttpFS</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<tomcat.version>6.0.36</tomcat.version>
|
|
||||||
<httpfs.source.repository>REPO NOT AVAIL</httpfs.source.repository>
|
<httpfs.source.repository>REPO NOT AVAIL</httpfs.source.repository>
|
||||||
<httpfs.source.repository>REPO NOT AVAIL</httpfs.source.repository>
|
<httpfs.source.repository>REPO NOT AVAIL</httpfs.source.repository>
|
||||||
<httpfs.source.revision>REVISION NOT AVAIL</httpfs.source.revision>
|
<httpfs.source.revision>REVISION NOT AVAIL</httpfs.source.revision>
|
||||||
|
|
|
@ -67,6 +67,8 @@
|
||||||
<protoc.path>${env.HADOOP_PROTOC_PATH}</protoc.path>
|
<protoc.path>${env.HADOOP_PROTOC_PATH}</protoc.path>
|
||||||
|
|
||||||
<zookeeper.version>3.4.6</zookeeper.version>
|
<zookeeper.version>3.4.6</zookeeper.version>
|
||||||
|
|
||||||
|
<tomcat.version>6.0.41</tomcat.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|
Loading…
Reference in New Issue