You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2019/06/01 17:27:55 UTC

[impala] 03/03: IMPALA-8502: Bump CDH_BUILD_NUMBER and Kudu version

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

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

commit cd30949102425e28adadb51232653d910ac8422f
Author: Hao Hao <ha...@cloudera.com>
AuthorDate: Thu May 30 11:04:24 2019 -0700

    IMPALA-8502: Bump CDH_BUILD_NUMBER and Kudu version
    
    This bumps CDH_BUILD_NUMBER to 1137441 to bring in kudu-hive.jar which
    is recently added to impala-minicluster-tarballs for testing Kudu tables
    with the Hive Metastore integration enabled. It also brings in the
    latest Kudu side changes which adjust external Kudu table handling.
    
    Change-Id: I4c9c7d264f08454d9da8ad2d06ead643214ee23e
    Reviewed-on: http://gerrit.cloudera.org:8080/13481
    Reviewed-by: Thomas Marshall <tm...@cloudera.com>
    Reviewed-by: Grant Henke <gr...@apache.org>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 bin/impala-config.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 5e60f45..f4b739b 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -68,7 +68,7 @@ fi
 # moving to a different build of the toolchain, e.g. when a version is bumped or a
 # compile option is changed. The build id can be found in the output of the toolchain
 # build jobs, it is constructed from the build number and toolchain git hash prefix.
-export IMPALA_TOOLCHAIN_BUILD_ID=40-193a30b3af
+export IMPALA_TOOLCHAIN_BUILD_ID=41-e711325d56
 # Versions of toolchain dependencies.
 # -----------------------------------
 export IMPALA_AVRO_VERSION=1.7.4-p4
@@ -160,7 +160,7 @@ fi
 : ${IMPALA_TOOLCHAIN_HOST:=native-toolchain.s3.amazonaws.com}
 export IMPALA_TOOLCHAIN_HOST
 export CDH_MAJOR_VERSION=6
-export CDH_BUILD_NUMBER=1055188
+export CDH_BUILD_NUMBER=1137441
 export CDP_BUILD_NUMBER=1056671
 export CDH_HADOOP_VERSION=3.0.0-cdh6.x-SNAPSHOT
 export CDP_HADOOP_VERSION=3.1.1.6.0.99.0-147
@@ -664,7 +664,7 @@ if $USE_CDH_KUDU; then
   export IMPALA_KUDU_VERSION=${IMPALA_KUDU_VERSION-"1.10.0-cdh6.x-SNAPSHOT"}
   export IMPALA_KUDU_HOME=${CDH_COMPONENTS_HOME}/kudu-$IMPALA_KUDU_VERSION
 else
-  export IMPALA_KUDU_VERSION=${IMPALA_KUDU_VERSION-"9ba901a"}
+  export IMPALA_KUDU_VERSION=${IMPALA_KUDU_VERSION-"84086fe"}
   export IMPALA_KUDU_HOME=${IMPALA_TOOLCHAIN}/kudu-$IMPALA_KUDU_VERSION
 fi