IMPALA-4477: Upgrade Kudu version to latest master Change the toolchain build and Kudu version to use the latest master, using Kudu commit f2aeba.
Includes several critical fixes: * f2aeba6 - KUDU-1749. Allow callers to disable SASL initialization * b9453a2 - KUDU-1750: Drop range partition is not working as expected Change-Id: I9f3bc29b8d47b728ba057d4d6c3623bfc105973e Reviewed-on: http://gerrit.cloudera.org:8080/5138 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Internal 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/8e60e714 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/8e60e714 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/8e60e714 Branch: refs/heads/master Commit: 8e60e714a6e56cb65694cd9c12ab8594a57937b9 Parents: 3db5ced Author: Matthew Jacobs <[email protected]> Authored: Fri Nov 18 06:58:57 2016 -0800 Committer: Internal Jenkins <[email protected]> Committed: Fri Nov 18 22:31:05 2016 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/8e60e714/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index e238812..caae5e9 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -57,7 +57,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. -: ${IMPALA_TOOLCHAIN_BUILD_ID=266-e6dcb9bb92} +: ${IMPALA_TOOLCHAIN_BUILD_ID=267-98c642ffcb} # This flag is used in $IMPALA_HOME/cmake_modules/toolchain.cmake. # If it's 0, Impala will be built with the compiler in the toolchain directory. @@ -266,7 +266,7 @@ export IMPALA_GFLAGS_VERSION=2.0 export IMPALA_GLOG_VERSION=0.3.2-p2 export IMPALA_GPERFTOOLS_VERSION=2.5 export IMPALA_GTEST_VERSION=1.6.0 -export IMPALA_KUDU_VERSION=e836ac +export IMPALA_KUDU_VERSION=f2aeba export IMPALA_LLVM_VERSION=3.8.0-p1 export IMPALA_LLVM_ASAN_VERSION=3.8.0-p1 # Debug builds should use the release+asserts build to get additional coverage.
