Repository: incubator-impala Updated Branches: refs/heads/master 4471eb3b9 -> 014c5603f
Bumped Kudu version to 795c435 This is needed for IMPALA-5167. Change-Id: I925f5d746dcb497e17ab6f85217da9fcee1d4c00 Reviewed-on: http://gerrit.cloudera.org:8080/6975 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/bbca0879 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/bbca0879 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/bbca0879 Branch: refs/heads/master Commit: bbca087939975647c2b33355ac37c5642927bf4a Parents: 4471eb3 Author: Thomas Tauber-Marshall <[email protected]> Authored: Wed May 24 07:18:33 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Thu May 25 20:59:38 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/bbca0879/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 11c34f7..cffac90 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=390-07ebc4fbe0 +export IMPALA_TOOLCHAIN_BUILD_ID=394-e5d901b362 # 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=7533364 +export IMPALA_KUDU_VERSION=795c435 # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.4.0-cdh5.12.0-SNAPSHOT
