Repository: incubator-impala Updated Branches: refs/heads/master 0a654b318 -> eb8120d21
IMPALA-4477: Upgrade Kudu version to latest master Change the toolchain build and Kudu version to use the latest master, using Kudu commit e836ac. Change-Id: I49f8582cc3c0f776167fe3decf4236345ba78bd3 Reviewed-on: http://gerrit.cloudera.org:8080/5106 Reviewed-by: Matthew Jacobs <[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/107fc4e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/107fc4e9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/107fc4e9 Branch: refs/heads/master Commit: 107fc4e9f9fd7d92a227ac4fc1e5820ee44dade1 Parents: 0a654b3 Author: Matthew Jacobs <[email protected]> Authored: Wed Nov 16 07:39:00 2016 -0800 Committer: Internal Jenkins <[email protected]> Committed: Wed Nov 16 21:57:37 2016 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/107fc4e9/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index f1c867d..e238812 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -55,8 +55,9 @@ fi # The unique build id of the toolchain to use if bootstrapping. This is generated by the # 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=264-e9d44349ba} +# 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} # 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 +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=88b023 +export IMPALA_KUDU_VERSION=e836ac 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. @@ -291,7 +292,7 @@ export KUDU_MASTER_PORT="${KUDU_MASTER_PORT:-7051}" # TODO: Figure out a way to use a snapshot version without causing a lot of breakage due # to nightly changes from Kudu. The version below is the last released version but # before release this needs to be updated to the version about to be released. -export KUDU_JAVA_VERSION=1.0.0-SNAPSHOT +export KUDU_JAVA_VERSION=1.2.0-SNAPSHOT if [[ $OSTYPE == "darwin"* ]]; then IMPALA_CYRUS_SASL_VERSION=2.1.26
