This is an automated email from the ASF dual-hosted git repository.

michaelsmith 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 ee9d812b5 IMPALA-12116: Bump GBN to get HMS thrift API changes 
#hive-25205
ee9d812b5 is described below

commit ee9d812b5045c3e365acea582af2ca10b22d5661
Author: Sai Hemanth Gantasala <[email protected]>
AuthorDate: Thu May 4 15:41:54 2023 -0700

    IMPALA-12116: Bump GBN to get HMS thrift API changes #hive-25205
    
    We need Hive change (HIVE-25205) for catalogD to work with latest HMS
    server to fix IMPALA-11925.
    
    Bump CDP_BUILD_NUMBER (GBN) to 40643771
    Bump various CDP version numbers to be based on 7.2.18.0-41
    
    TESTING: Exhaustive tests ran clean
    
    Change-Id: If3bbba1a13e377a9864d49c4ebcf6bc88bf64c90
    Reviewed-on: http://gerrit.cloudera.org:8080/19844
    Reviewed-by: Michael Smith <[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 83ac748b9..3f545f284 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -212,19 +212,19 @@ fi
 : ${IMPALA_TOOLCHAIN_HOST:=native-toolchain.s3.amazonaws.com}
 export IMPALA_TOOLCHAIN_HOST
 
-export CDP_BUILD_NUMBER=39671873
+export CDP_BUILD_NUMBER=40643771
 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.17.0-204
-export CDP_HADOOP_VERSION=3.1.1.7.2.17.0-204
-export CDP_HBASE_VERSION=2.4.6.7.2.17.0-204
-export CDP_HIVE_VERSION=3.1.3000.7.2.17.0-204
-export CDP_ICEBERG_VERSION=1.1.0.7.2.17.0-204
-export CDP_KNOX_VERSION=1.3.0.7.2.17.0-204
-export CDP_OZONE_VERSION=1.3.0.7.2.17.0-204
-export CDP_PARQUET_VERSION=1.10.99.7.2.17.0-204
-export CDP_RANGER_VERSION=2.3.0.7.2.17.0-204
-export CDP_TEZ_VERSION=0.9.1.7.2.17.0-204
+export CDP_AVRO_JAVA_VERSION=1.8.2.7.2.18.0-41
+export CDP_HADOOP_VERSION=3.1.1.7.2.18.0-41
+export CDP_HBASE_VERSION=2.4.6.7.2.18.0-41
+export CDP_HIVE_VERSION=3.1.3000.7.2.18.0-41
+export CDP_ICEBERG_VERSION=1.1.0.7.2.18.0-41
+export CDP_KNOX_VERSION=1.3.0.7.2.18.0-41
+export CDP_OZONE_VERSION=1.3.0.7.2.18.0-41
+export CDP_PARQUET_VERSION=1.10.99.7.2.18.0-41
+export CDP_RANGER_VERSION=2.3.0.7.2.18.0-41
+export CDP_TEZ_VERSION=0.9.1.7.2.18.0-41
 
 # Ref: https://infra.apache.org/release-download-pages.html#closer
 : ${APACHE_MIRROR:="https://www.apache.org/dyn/closer.cgi"}

Reply via email to