You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by st...@apache.org on 2022/05/06 01:07:09 UTC

[impala] branch master updated: IMPALA-11234: Bump CDP_BUILD_NUMBER to 26065553

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 1f20b7aa5 IMPALA-11234: Bump CDP_BUILD_NUMBER to 26065553
1f20b7aa5 is described below

commit 1f20b7aa51b5c93dea03515423def2d800f43554
Author: stiga-huang <hu...@gmail.com>
AuthorDate: Wed May 4 11:48:29 2022 +0800

    IMPALA-11234: Bump CDP_BUILD_NUMBER to 26065553
    
    This patch is to include HDFS-16535, which fixes the bug that HDFS clients
    can't release short circuit read slots correctly when there are multiple
    DataNodes colocated.
    
    The bug also causes a performance issue when running the same query
    repeatedly in our dev box (including the perf-AB-test Jenkins job).
    
    Tests:
     - Ran exhaustive build
     - Verified there are no error logs about releasing short-circuit read
       slots
    
    Change-Id: I898a246f49c5ec1b34d92053849db6c3e3a0e3e3
    Reviewed-on: http://gerrit.cloudera.org:8080/18495
    Reviewed-by: Tamas Mate <tm...@apache.org>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 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 51e20b762..49eb3f20a 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -178,20 +178,20 @@ fi
 : ${IMPALA_TOOLCHAIN_HOST:=native-toolchain.s3.amazonaws.com}
 export IMPALA_TOOLCHAIN_HOST
 
-export CDP_BUILD_NUMBER=23144489
+export CDP_BUILD_NUMBER=26065553
 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.15.0-88
-export CDP_HADOOP_VERSION=3.1.1.7.2.15.0-88
-export CDP_HBASE_VERSION=2.4.6.7.2.15.0-88
-export CDP_HIVE_VERSION=3.1.3000.7.2.15.0-88
-export CDP_ICEBERG_VERSION=0.9.1.7.2.15.0-88
-export CDP_KNOX_VERSION=1.3.0.7.2.15.0-88
-export CDP_OZONE_VERSION=1.1.0.7.2.15.0-88
-export CDP_PARQUET_VERSION=1.10.99.7.2.15.0-88
-export CDP_RANGER_VERSION=2.1.0.7.2.15.0-88
-export CDP_TEZ_VERSION=0.9.1.7.2.15.0-88
-export CDP_GCS_VERSION=2.1.2.7.2.15.0-88
+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
 
 # Ref: https://infra.apache.org/release-download-pages.html#closer
 : ${APACHE_MIRROR:="https://www.apache.org/dyn/closer.cgi"}