You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jo...@apache.org on 2021/02/03 23:21:54 UTC

[impala] 02/02: [config] bump toolchain build id

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

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

commit 91fd8fd13075327d03a57bcfebfabec72388a357
Author: Alexey Serbin <as...@cloudera.com>
AuthorDate: Mon Feb 1 16:49:52 2021 -0800

    [config] bump toolchain build id
    
    The motivation for this version patch is two-fold:
    
      * Update the version of Kudu client to reflect the recently
        released Kudu 1.14 (see https://kudu.apache.org/releases/1.14.0/)
    
      * Pick up https://gerrit.cloudera.org/#/c/16705 change to control
        Kudu client connection negotiation timeout in impalad
    
    Change-Id: I20fd6b092ce6a04465624914f6116a33622e977e
    Reviewed-on: http://gerrit.cloudera.org:8080/17018
    Reviewed-by: Thomas Tauber-Marshall <tm...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 bin/impala-config.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index d7baa31..d38770d 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=69-7644f7fe9c
+export IMPALA_TOOLCHAIN_BUILD_ID=75-4ad03513e3
 # Versions of toolchain dependencies.
 # -----------------------------------
 export IMPALA_AVRO_VERSION=1.7.4-p5
@@ -652,7 +652,7 @@ fi
 # overall build type) and does not apply when using a local Kudu build.
 export USE_KUDU_DEBUG_BUILD=${USE_KUDU_DEBUG_BUILD-false}
 
-export IMPALA_KUDU_VERSION=${IMPALA_KUDU_VERSION-"6a7cadc7e"}
+export IMPALA_KUDU_VERSION=${IMPALA_KUDU_VERSION-"b5e7362e69"}
 export IMPALA_KUDU_HOME=${IMPALA_TOOLCHAIN_PACKAGES_HOME}/kudu-$IMPALA_KUDU_VERSION
 export IMPALA_KUDU_JAVA_HOME=\
 ${IMPALA_TOOLCHAIN_PACKAGES_HOME}/kudu-${IMPALA_KUDU_VERSION}/java