Bump Kudu version to 1c70e5d Change-Id: I39eee4dc1541adfda0743a5a064dbd2eae6f3d48 Reviewed-on: http://gerrit.cloudera.org:8080/7903 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/ec2ba02d Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/ec2ba02d Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/ec2ba02d Branch: refs/heads/master Commit: ec2ba02d1668fb7f604fb3b40db54ef76d98798f Parents: 8aaf9ec Author: Thomas Tauber-Marshall <[email protected]> Authored: Wed Aug 30 14:14:22 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Thu Aug 31 01:50:41 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/ec2ba02d/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 5e988f4..9002e3b 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=454-bc68b18991 +export IMPALA_TOOLCHAIN_BUILD_ID=457-22902e9fb8 # 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=44a820b +export IMPALA_KUDU_VERSION=1c70e5d # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.5.0-cdh5.13.0-SNAPSHOT
