You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by as...@apache.org on 2023/02/28 00:07:30 UTC

[impala] branch master updated: IMPALA-11947: Bump GBN to get Iceberg change #6074

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

asherman 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 5e1f13eb6 IMPALA-11947: Bump GBN to get Iceberg change #6074
5e1f13eb6 is described below

commit 5e1f13eb65ed5b59b44e94033e0d56bd1f4e5bd6
Author: Andrew Sherman <as...@cloudera.com>
AuthorDate: Fri Feb 24 14:56:08 2023 -0800

    IMPALA-11947: Bump GBN to get Iceberg change #6074
    
    We need Iceberg change #6074 (Allow using SnapshotManager in Transaction)
    to fix IMPALA-11482.
    
    Bump CDP_BUILD_NUMBER (GBN) to 38235009
    Bump various CDP version numbers to be based on 7.2.17.0-127
    Bump Iceberg version to 1.1.0
    
    TESTING:
    
    Exhaustive tests ran clean.
    
    Change-Id: I3c7a3564c51dcd5216b811b66ad45f0159fec817
    Reviewed-on: http://gerrit.cloudera.org:8080/19538
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 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 89ac731d1..5cc4234b1 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -208,19 +208,19 @@ fi
 : ${IMPALA_TOOLCHAIN_HOST:=native-toolchain.s3.amazonaws.com}
 export IMPALA_TOOLCHAIN_HOST
 
-export CDP_BUILD_NUMBER=36109364
+export CDP_BUILD_NUMBER=38235009
 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-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
+export CDP_AVRO_JAVA_VERSION=1.8.2.7.2.17.0-127
+export CDP_HADOOP_VERSION=3.1.1.7.2.17.0-127
+export CDP_HBASE_VERSION=2.4.6.7.2.17.0-127
+export CDP_HIVE_VERSION=3.1.3000.7.2.17.0-127
+export CDP_ICEBERG_VERSION=1.1.0.7.2.17.0-127
+export CDP_KNOX_VERSION=1.3.0.7.2.17.0-127
+export CDP_OZONE_VERSION=1.3.0.7.2.17.0-127
+export CDP_PARQUET_VERSION=1.10.99.7.2.17.0-127
+export CDP_RANGER_VERSION=2.3.0.7.2.17.0-127
+export CDP_TEZ_VERSION=0.9.1.7.2.17.0-127
 
 # Ref: https://infra.apache.org/release-download-pages.html#closer
 : ${APACHE_MIRROR:="https://www.apache.org/dyn/closer.cgi"}