This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/master by this push:
new df3a0cf6e IMPALA-11626, IMPALA-11808: Bump GBN to 36109364 for new HMS
events
df3a0cf6e is described below
commit df3a0cf6e44dbde448963e1b4f47f20ca89a4374
Author: stiga-huang <[email protected]>
AuthorDate: Wed Jan 4 16:10:17 2023 +0800
IMPALA-11626, IMPALA-11808: Bump GBN to 36109364 for new HMS events
This bumps the dependent CDP version to 7.2.16.0-272 for HIVE-24329 and
HIVE-26838.
Tests:
- Passed exhaustive tests
Change-Id: I71dd1bf7b6d744f23008d8cefeeff7adcc8afa41
Reviewed-on: http://gerrit.cloudera.org:8080/19399
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
bin/impala-config.sh | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 88189bb83..8cfdac0ad 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -198,19 +198,19 @@ fi
: ${IMPALA_TOOLCHAIN_HOST:=native-toolchain.s3.amazonaws.com}
export IMPALA_TOOLCHAIN_HOST
-export CDP_BUILD_NUMBER=34919320
+export CDP_BUILD_NUMBER=36109364
export CDP_MAVEN_REPOSITORY=\
"https://${IMPALA_TOOLCHAIN_HOST}/build/cdp_components/${CDP_BUILD_NUMBER}/maven"
-export CDP_AVRO_JAVA_VERSION=1.8.2.7.2.16.0-272
-export CDP_HADOOP_VERSION=3.1.1.7.2.16.0-272
-export CDP_HBASE_VERSION=2.4.6.7.2.16.0-272
-export CDP_HIVE_VERSION=3.1.3000.7.2.16.0-272
-export CDP_ICEBERG_VERSION=0.14.1.7.2.16.0-272
-export CDP_KNOX_VERSION=1.3.0.7.2.16.0-272
-export CDP_OZONE_VERSION=1.3.0.7.2.16.0-272
-export CDP_PARQUET_VERSION=1.10.99.7.2.16.0-272
-export CDP_RANGER_VERSION=2.3.0.7.2.16.0-272
-export CDP_TEZ_VERSION=0.9.1.7.2.16.0-272
+export CDP_AVRO_JAVA_VERSION=1.8.2.7.2.17.0-75
+export CDP_HADOOP_VERSION=3.1.1.7.2.17.0-75
+export CDP_HBASE_VERSION=2.4.6.7.2.17.0-75
+export CDP_HIVE_VERSION=3.1.3000.7.2.17.0-75
+export CDP_ICEBERG_VERSION=0.14.1.7.2.17.0-75
+export CDP_KNOX_VERSION=1.3.0.7.2.17.0-75
+export CDP_OZONE_VERSION=1.3.0.7.2.17.0-75
+export CDP_PARQUET_VERSION=1.10.99.7.2.17.0-75
+export CDP_RANGER_VERSION=2.3.0.7.2.17.0-75
+export CDP_TEZ_VERSION=0.9.1.7.2.17.0-75
# Ref: https://infra.apache.org/release-download-pages.html#closer
: ${APACHE_MIRROR:="https://www.apache.org/dyn/closer.cgi"}