Repository: incubator-impala Updated Branches: refs/heads/master b7cc7a369 -> b50108a1d
Bump Kudu version to 27854fd Change-Id: I0b9414c21faca00e4a64a35888bd50caac94318f Reviewed-on: http://gerrit.cloudera.org:8080/7486 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/b50108a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/b50108a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/b50108a1 Branch: refs/heads/master Commit: b50108a1d7cb496f5a0dfd5a6d3231e7f4fa653f Parents: b7cc7a3 Author: Matthew Jacobs <[email protected]> Authored: Mon Jul 24 10:09:19 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Mon Jul 24 21:39:01 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/b50108a1/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 3777c08..501d1e4 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=424-b9179e1169 +export IMPALA_TOOLCHAIN_BUILD_ID=426-d9b44a854b # 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=f144d57 +export IMPALA_KUDU_VERSION=27854fd # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.5.0-cdh5.13.0-SNAPSHOT
