Repository: incubator-impala Updated Branches: refs/heads/master e993b9712 -> 2fbdc8e37
Bump Kudu version to a71ecfd Change-Id: Ie23d852f0d630f9484d8ae4f772af6bba13ea24f Reviewed-on: http://gerrit.cloudera.org:8080/8000 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/72b7e1cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/72b7e1cc Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/72b7e1cc Branch: refs/heads/master Commit: 72b7e1cc12a17fab2e8e72eb1db898388b8814fd Parents: e993b97 Author: Matthew Jacobs <[email protected]> Authored: Thu Sep 7 11:51:43 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Thu Sep 7 23:00: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/72b7e1cc/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index f3354f1..c3a25df 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=459-0157f69796 +export IMPALA_TOOLCHAIN_BUILD_ID=462-a06b20680a # 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=1c70e5d +export IMPALA_KUDU_VERSION=a71ecfd # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.6.0-cdh5.14.0-SNAPSHOT
