IMPALA-4477: Upgrade Kudu version to latest master Change the toolchain build and Kudu version to use the latest master, using Kudu commit 88b023.
Change-Id: I21c5bc0d28df83cd2e57cd30b6ab416e0d430775 Reviewed-on: http://gerrit.cloudera.org:8080/5054 Reviewed-by: Alex Behm <[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/4258b9f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/4258b9f0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/4258b9f0 Branch: refs/heads/master Commit: 4258b9f09e1a0175ba00e7e273484f8f85aeddf0 Parents: d15f86c Author: Matthew Jacobs <[email protected]> Authored: Fri Nov 11 09:45:28 2016 -0800 Committer: Internal Jenkins <[email protected]> Committed: Sun Nov 13 02:52:33 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/4258b9f0/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 4e848c1..f1c867d 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -56,7 +56,7 @@ fi # native-toolchain build when publishing its build artifacts. This should be changed when # moving to a different build of the toolchain, e.g. when a version is bumped or a # compile option is changed. -: ${IMPALA_TOOLCHAIN_BUILD_ID=249-2267164200} +: ${IMPALA_TOOLCHAIN_BUILD_ID=264-e9d44349ba} # 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. @@ -265,7 +265,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=1.0.0-RC1 +export IMPALA_KUDU_VERSION=88b023 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.
