Repository: incubator-impala Updated Branches: refs/heads/master ac2217b69 -> 77304530f
Bump Kudu version to 238249c This will pull in the Kudu client partitioner API, which is needed for IMPALA-3742. Change-Id: I92587a8061ce70ecd9dac4889bda550636982767 Reviewed-on: http://gerrit.cloudera.org:8080/6718 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/a2a0825b Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/a2a0825b Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/a2a0825b Branch: refs/heads/master Commit: a2a0825b2fb54b1b23e0ed43512230f447fd9038 Parents: ac2217b Author: Thomas Tauber-Marshall <[email protected]> Authored: Fri Apr 21 08:14:11 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Mon May 1 20:04:55 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/a2a0825b/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 91d9106..53002fe 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -72,8 +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=374-72f1e9bb85 - +export IMPALA_TOOLCHAIN_BUILD_ID=380-e31515725e # Versions of toolchain dependencies. # ----------------------------------- export IMPALA_AVRO_VERSION=1.7.4-p4 @@ -121,7 +120,7 @@ if [[ $OSTYPE == "darwin"* ]]; then fi # Kudu version in the toolchain; provides libkudu_client.so and minicluster binaries. -export IMPALA_KUDU_VERSION=16dd6e4 +export IMPALA_KUDU_VERSION=238249c # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.4.0-cdh5.12.0-SNAPSHOT
