Repository: incubator-impala Updated Branches: refs/heads/master d79e01ef9 -> bc56d3c48
Bump Kudu version to f144d57 Change-Id: Iea7d94f9807fade7dca781814d795265e254b20e Reviewed-on: http://gerrit.cloudera.org:8080/7451 Reviewed-by: Matthew Jacobs <[email protected]> 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/3bd21bc0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/3bd21bc0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/3bd21bc0 Branch: refs/heads/master Commit: 3bd21bc09b9e948659dd2547920deab39b529136 Parents: d79e01e Author: Thomas Tauber-Marshall <[email protected]> Authored: Tue Jul 18 08:22:40 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Jul 19 03:02:58 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/3bd21bc0/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index a3162d4..3777c08 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=423-f32e122eaa +export IMPALA_TOOLCHAIN_BUILD_ID=424-b9179e1169 # 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=1070e76 +export IMPALA_KUDU_VERSION=f144d57 # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.5.0-cdh5.13.0-SNAPSHOT
