Repository: incubator-impala Updated Branches: refs/heads/master 7d6b05a72 -> d0d0af278
Bump Kudu version to 44a820b Change-Id: I1e86ce13d1fdc73487b8067f3670ee73b9269366 Reviewed-on: http://gerrit.cloudera.org:8080/7767 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/1e1be6d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/1e1be6d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/1e1be6d6 Branch: refs/heads/master Commit: 1e1be6d6e0a4aa7c3779f478ae1d0a061efa37ad Parents: 7d6b05a Author: Matthew Jacobs <[email protected]> Authored: Mon Aug 21 16:45:40 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Aug 22 03:50:16 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/1e1be6d6/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 83441e0..5e988f4 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=453-805448d5e5 +export IMPALA_TOOLCHAIN_BUILD_ID=454-bc68b18991 # 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=b198ed8 +export IMPALA_KUDU_VERSION=44a820b # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.5.0-cdh5.13.0-SNAPSHOT
