Repository: incubator-impala Updated Branches: refs/heads/master f4c82bf54 -> fb8ea6a9c
Bump Kudu version to bbed78c Change-Id: I595a291885756b3e9138a67e747389cb7fdf7133 Reviewed-on: http://gerrit.cloudera.org:8080/7334 Reviewed-by: Matthew Jacobs <[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/3ca5a766 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/3ca5a766 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/3ca5a766 Branch: refs/heads/master Commit: 3ca5a766821b8495e7e8f13b3f311c74da2e8a08 Parents: f4c82bf Author: Thomas Tauber-Marshall <[email protected]> Authored: Thu Jun 29 12:09:20 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Fri Jun 30 00:46:37 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/3ca5a766/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index d14bb59..afb4448 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=415-a56999c8bb +export IMPALA_TOOLCHAIN_BUILD_ID=416-58e58eac01 # 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=c0798a9 +export IMPALA_KUDU_VERSION=bbed78c # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.5.0-cdh5.13.0-SNAPSHOT
