Repository: incubator-impala Updated Branches: refs/heads/master 36cca141e -> d806d5fc2
Bump Kudu version to 1070e76 Change-Id: Ic2046b332d4e9a2b9d6a36d8c51ac928a9d2ab4d Reviewed-on: http://gerrit.cloudera.org:8080/7395 Reviewed-by: Thomas Tauber-Marshall <[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/d806d5fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/d806d5fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/d806d5fc Branch: refs/heads/master Commit: d806d5fc2af7adabb5b1572e396b0616f4ed77e1 Parents: 36cca14 Author: Matthew Jacobs <[email protected]> Authored: Tue Jul 11 08:35:54 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Jul 11 20:06:20 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/d806d5fc/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index afb4448..c0292eb 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=416-58e58eac01 +export IMPALA_TOOLCHAIN_BUILD_ID=421-17d8ecf9cd # 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=bbed78c +export IMPALA_KUDU_VERSION=1070e76 # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.5.0-cdh5.13.0-SNAPSHOT
