You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by la...@apache.org on 2022/06/20 18:50:14 UTC

[impala] 01/05: IMPALA-11349: Bump CDP_BUILD_NUMBER to 27992803

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 acea6853d0341c5d17a51b65b0b13359c1b54229
Author: Tamas Mate <tm...@apache.org>
AuthorDate: Mon Jun 13 10:20:29 2022 +0200

    IMPALA-11349: Bump CDP_BUILD_NUMBER to 27992803
    
    This commit bumps the CDP Build number to 27992803 and versions to
    7.2.16.0-77. The new version includes
    https://github.com/apache/iceberg/pull/2925, an Iceberg library
    improvement to support serializable and snapshot isolation for
    ReplacePartitions. This is a prereuquisite to safely execute
    INSERT OVERWRITE entire partitions.
    
    Testing:
    - Ran a build and verified that the downloads succeed.
    
    Change-Id: I9fcef254a5f845540e09e0d8d2111f305fb2fea2
    Reviewed-on: http://gerrit.cloudera.org:8080/18613
    Reviewed-by: Tamas Mate <tm...@apache.org>
    Tested-by: Tamas Mate <tm...@apache.org>
---
 bin/impala-config.sh | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 07bb3856e..4ad25e26d 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -187,20 +187,20 @@ fi
 : ${IMPALA_TOOLCHAIN_HOST:=native-toolchain.s3.amazonaws.com}
 export IMPALA_TOOLCHAIN_HOST
 
-export CDP_BUILD_NUMBER=26065553
+export CDP_BUILD_NUMBER=27992803
 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-33
-export CDP_HADOOP_VERSION=3.1.1.7.2.16.0-33
-export CDP_HBASE_VERSION=2.4.6.7.2.16.0-33
-export CDP_HIVE_VERSION=3.1.3000.7.2.16.0-33
-export CDP_ICEBERG_VERSION=0.13.1.7.2.16.0-33
-export CDP_KNOX_VERSION=1.3.0.7.2.16.0-33
-export CDP_OZONE_VERSION=1.1.0.7.2.16.0-33
-export CDP_PARQUET_VERSION=1.10.99.7.2.16.0-33
-export CDP_RANGER_VERSION=2.1.0.7.2.16.0-33
-export CDP_TEZ_VERSION=0.9.1.7.2.16.0-33
-export CDP_GCS_VERSION=2.1.2.7.2.16.0-33
+export CDP_AVRO_JAVA_VERSION=1.8.2.7.2.16.0-77
+export CDP_HADOOP_VERSION=3.1.1.7.2.16.0-77
+export CDP_HBASE_VERSION=2.4.6.7.2.16.0-77
+export CDP_HIVE_VERSION=3.1.3000.7.2.16.0-77
+export CDP_ICEBERG_VERSION=0.13.1.7.2.16.0-77
+export CDP_KNOX_VERSION=1.3.0.7.2.16.0-77
+export CDP_OZONE_VERSION=1.1.0.7.2.16.0-77
+export CDP_PARQUET_VERSION=1.10.99.7.2.16.0-77
+export CDP_RANGER_VERSION=2.1.0.7.2.16.0-77
+export CDP_TEZ_VERSION=0.9.1.7.2.16.0-77
+export CDP_GCS_VERSION=2.1.2.7.2.16.0-77
 
 # Ref: https://infra.apache.org/release-download-pages.html#closer
 : ${APACHE_MIRROR:="https://www.apache.org/dyn/closer.cgi"}