Repository: incubator-impala Updated Branches: refs/heads/master 9400af617 -> fda539a1d
Bump Kudu version for 1.4.0-RC1 Change-Id: Icee687aa00e79274ecc1d53235f23253f8f338df Reviewed-on: http://gerrit.cloudera.org:8080/7093 Tested-by: Impala Public Jenkins Reviewed-by: Lars Volker <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/fda539a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/fda539a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/fda539a1 Branch: refs/heads/master Commit: fda539a1dc8928c38200a2940c85156a90bca139 Parents: 9400af6 Author: Matthew Jacobs <[email protected]> Authored: Mon Jun 5 20:56:09 2017 -0700 Committer: Matthew Jacobs <[email protected]> Committed: Tue Jun 6 16:17:32 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/fda539a1/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 3ab4a95..24ac5f7 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=403-6e726b4b81 +export IMPALA_TOOLCHAIN_BUILD_ID=404-69a62f333e # 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=795c435 +export IMPALA_KUDU_VERSION=1.4.0-RC1 # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.5.0-cdh5.13.0-SNAPSHOT
