Repository: incubator-impala Updated Branches: refs/heads/master a50c34407 -> 7592e332a
Bump Kudu client version to 16dd6e4 Also sets the Java client version to 1.4.0-cdh5.12.0-SNAPSHOT Change-Id: I9a8074640a6b93b5a65a1e0e2f22c7fe78754ad1 Reviewed-on: http://gerrit.cloudera.org:8080/6423 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/52ab7ce5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/52ab7ce5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/52ab7ce5 Branch: refs/heads/master Commit: 52ab7ce501c415675edbfa13969358dc1c6d363c Parents: a50c344 Author: Matthew Jacobs <[email protected]> Authored: Fri Mar 17 18:33:35 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Mar 22 02:50:05 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/52ab7ce5/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index ebe29ec..36db222 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=369-421c1fb391 +export IMPALA_TOOLCHAIN_BUILD_ID=371-4cf61fa2f3 # Versions of toolchain dependencies. # ----------------------------------- @@ -121,10 +121,10 @@ if [[ $OSTYPE == "darwin"* ]]; then fi # Kudu version in the toolchain; provides libkudu_client.so and minicluster binaries. -export IMPALA_KUDU_VERSION=2b0edbe +export IMPALA_KUDU_VERSION=16dd6e4 # Kudu version used to identify Java client jar from maven -export KUDU_JAVA_VERSION=1.3.0-SNAPSHOT +export KUDU_JAVA_VERSION=1.4.0-cdh5.12.0-SNAPSHOT # Versions of Hadoop ecosystem dependencies. # ------------------------------------------
