Repository: incubator-impala Updated Branches: refs/heads/master c9740b43d -> 44ef4cb10
Bump Kudu version to bec2a24 Change-Id: Iaeafb27412892112f59f10a70f57eb2275e02fd5 Reviewed-on: http://gerrit.cloudera.org:8080/8207 Reviewed-by: Thomas Tauber-Marshall <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/af6d1156 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/af6d1156 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/af6d1156 Branch: refs/heads/master Commit: af6d1156302026715e73db637b5ff3c7059745bc Parents: c9740b4 Author: Thomas Tauber-Marshall <[email protected]> Authored: Wed Oct 4 11:14:19 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Thu Oct 5 19:50:53 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/af6d1156/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index fd1a8d6..deca094 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -72,7 +72,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=468-0b4f08e601 +export IMPALA_TOOLCHAIN_BUILD_ID=474-6c406b4a88 # Versions of toolchain dependencies. # ----------------------------------- export IMPALA_AVRO_VERSION=1.7.4-p4 @@ -120,7 +120,7 @@ if [[ $OSTYPE == "darwin"* ]]; then fi # Kudu version in the toolchain; provides libkudu_client.so and minicluster binaries. -export IMPALA_KUDU_VERSION=3f49724 +export IMPALA_KUDU_VERSION=bec2a24 # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.6.0-cdh5.14.0-SNAPSHOT
