Bump Kudu version to latest Kudu master Change-Id: Ib72a0b63cdffb852bd17e69faa0a36edbfda22d7 Reviewed-on: http://gerrit.cloudera.org:8080/5929 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/4a7946da Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/4a7946da Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/4a7946da Branch: refs/heads/master Commit: 4a7946da583f7813eab9e40230ea026c1c172cb5 Parents: 3edc909 Author: Matthew Jacobs <[email protected]> Authored: Mon Feb 6 17:20:18 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Thu Feb 9 21:11:31 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/4a7946da/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 7a0e58e..2cc0429 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=337-ccbb7e04a1 +export IMPALA_TOOLCHAIN_BUILD_ID=339-7dba579b79 # Versions of toolchain dependencies. # ----------------------------------- @@ -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=e018a83 +export IMPALA_KUDU_VERSION=cd7b0dd # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.2.0-SNAPSHOT
