This is an automated email from the ASF dual-hosted git repository.
huor pushed a commit to branch taoz
in repository https://gitbox.apache.org/repos/asf/hawq.git
The following commit(s) were added to refs/heads/taoz by this push:
new aa13949 Fix link for tomcat v7 download
aa13949 is described below
commit aa139499b8b4380e327e0638e85fa1a7138dd27e
Author: Ruilong Huo <[email protected]>
AuthorDate: Sat Jun 15 18:08:50 2019 +0800
Fix link for tomcat v7 download
---
pxf/build.gradle | 2 +-
pxf/gradle.properties | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pxf/build.gradle b/pxf/build.gradle
index 3205967..e8488fc 100644
--- a/pxf/build.gradle
+++ b/pxf/build.gradle
@@ -591,7 +591,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 a82f585..44fa13e 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
\ No newline at end of file
+parquetVersion=1.9.0