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 2019/05/01 15:46:35 UTC

[impala] 01/04: Bump Kudu version to 9ba901a

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 b4ff8018d33c71a502b3184d2f8ffb6c5e6c0207
Author: Thomas Tauber-Marshall <tm...@cloudera.com>
AuthorDate: Tue Apr 30 13:00:16 2019 -0700

    Bump Kudu version to 9ba901a
    
    This pulls in the new API for column comments needed for IMPALA-5351.
    
    Change-Id: I2b6d70908e133eacb01ec3b9616d8361db3417a2
    Reviewed-on: http://gerrit.cloudera.org:8080/13197
    Reviewed-by: Impala Public Jenkins <im...@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 a48ad2d..bcd1a83 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=16-2402d830d5
+export IMPALA_TOOLCHAIN_BUILD_ID=24-3b615798c1
 # Versions of toolchain dependencies.
 # -----------------------------------
 export IMPALA_AVRO_VERSION=1.7.4-p4
@@ -648,7 +648,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-"1.9.0"}
+  export IMPALA_KUDU_VERSION=${IMPALA_KUDU_VERSION-"9ba901a"}
   export IMPALA_KUDU_HOME=${IMPALA_TOOLCHAIN}/kudu-$IMPALA_KUDU_VERSION
 fi