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

laszlog pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 68b2eacebcead41a3fb080cf2f5c0e705d75d639
Author: Tamas Mate <[email protected]>
AuthorDate: Mon Oct 2 13:06:45 2023 +0200

    IMPALA-12279: Bump Iceberg lib version to 1.3
    
    This bumps the toolchain version to upgrade the Iceberg library.
    
    Testing:
     - Verified building Impala on Ubuntu 18 and ran the Iceberg tests.
    
    Change-Id: Ieece75dc9764c691917c8ed052d1a7f9cc950ec2
    Reviewed-on: http://gerrit.cloudera.org:8080/20529
    Tested-by: Impala Public Jenkins <[email protected]>
    Reviewed-by: Zoltan Borok-Nagy <[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 f597c5439..ff71aa488 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -225,19 +225,19 @@ fi
 : ${IMPALA_TOOLCHAIN_HOST:=native-toolchain.s3.amazonaws.com}
 export IMPALA_TOOLCHAIN_HOST
 
-export CDP_BUILD_NUMBER=44206393
+export CDP_BUILD_NUMBER=45689292
 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.18.0-273
-export CDP_HADOOP_VERSION=3.1.1.7.2.18.0-273
-export CDP_HBASE_VERSION=2.4.17.7.2.18.0-273
-export CDP_HIVE_VERSION=3.1.3000.7.2.18.0-273
-export CDP_ICEBERG_VERSION=1.1.0.7.2.18.0-273
-export CDP_KNOX_VERSION=1.3.0.7.2.18.0-273
-export CDP_OZONE_VERSION=1.3.0.7.2.18.0-273
-export CDP_PARQUET_VERSION=1.10.99.7.2.18.0-273
-export CDP_RANGER_VERSION=2.4.0.7.2.18.0-273
-export CDP_TEZ_VERSION=0.9.1.7.2.18.0-273
+export CDP_AVRO_JAVA_VERSION=1.8.2.7.2.18.0-369
+export CDP_HADOOP_VERSION=3.1.1.7.2.18.0-369
+export CDP_HBASE_VERSION=2.4.17.7.2.18.0-369
+export CDP_HIVE_VERSION=3.1.3000.7.2.18.0-369
+export CDP_ICEBERG_VERSION=1.3.1.7.2.18.0-369
+export CDP_KNOX_VERSION=1.3.0.7.2.18.0-369
+export CDP_OZONE_VERSION=1.3.0.7.2.18.0-369
+export CDP_PARQUET_VERSION=1.10.99.7.2.18.0-369
+export CDP_RANGER_VERSION=2.4.0.7.2.18.0-369
+export CDP_TEZ_VERSION=0.9.1.7.2.18.0-369
 
 # Ref: https://infra.apache.org/release-download-pages.html#closer
 : ${APACHE_MIRROR:="https://www.apache.org/dyn/closer.cgi"}

Reply via email to