This is an automated email from the ASF dual-hosted git repository.
huor pushed a commit to branch huor_tomcat
in repository https://gitbox.apache.org/repos/asf/hawq.git
The following commit(s) were added to refs/heads/huor_tomcat by this push:
new 861affd HAWQ-1724. Fix download link for tomcat 7
861affd is described below
commit 861affd4f6edacbf37aad87a7cf447182fd16262
Author: Ruilong Huo <[email protected]>
AuthorDate: Sat Jun 15 18:08:50 2019 +0800
HAWQ-1724. Fix download link for tomcat 7
---
pxf/build.gradle | 2 +-
pxf/gradle.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pxf/build.gradle b/pxf/build.gradle
index d92ff6a..64559f8 100644
--- a/pxf/build.gradle
+++ b/pxf/build.gradle
@@ -554,7 +554,7 @@ task tomcatGet << {
def TarGzSuffix = ".tar.gz"
def tomcatTar = "${tomcatName}${TarGzSuffix}"
- def tomcatUrl =
"http://archive.apache.org/dist/tomcat/tomcat-7/v${tomcatVersion}/bin/${tomcatTar}"
+ def tomcatUrl =
"https://www-us.apache.org/dist/tomcat/tomcat-7/v${tomcatVersion}/bin/${tomcatTar}"
if (file("${tomcatTargetDir}/${tomcatName}").exists()) {
println "${tomcatName} already exists, nothing to do"
diff --git a/pxf/gradle.properties b/pxf/gradle.properties
index 38f2344..8185c79 100644
--- a/pxf/gradle.properties
+++ b/pxf/gradle.properties
@@ -22,7 +22,7 @@ hadoopVersion=2.7.1
hiveVersion=1.2.1
hbaseVersionJar=1.1.2
hbaseVersionRPM=1.1.2
-tomcatVersion=7.0.62
+tomcatVersion=7.0.94
pxfProtocolVersion=v15
osFamily=el6
parquetVersion=1.9.0