Repository: incubator-impala Updated Branches: refs/heads/master 317c413a0 -> abd4ddac3
Bump thrift toolchain version to 0.9.0-p9 The toolchain has already been built at least once with 0.9.0-p9 installed, so a good idea to bump this now in case we forget next time someone wants to upgrade a dependency. Change-Id: I3ba43d0ca24445c69b2931aff0b7fc92ebd5edbf Reviewed-on: http://gerrit.cloudera.org:8080/7238 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/abd4ddac Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/abd4ddac Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/abd4ddac Branch: refs/heads/master Commit: abd4ddac3e955fd3e58a9b636c9e124b47be0ed1 Parents: 317c413 Author: Henry Robinson <[email protected]> Authored: Tue Jun 20 08:43:26 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Jun 21 03:36:12 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/abd4ddac/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 1c57083..ebd4dce 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=404-69a62f333e +export IMPALA_TOOLCHAIN_BUILD_ID=411-56f2cd654f # Versions of toolchain dependencies. # ----------------------------------- export IMPALA_AVRO_VERSION=1.7.4-p4 @@ -107,7 +107,7 @@ export IMPALA_SQUEASEL_VERSION=3.3 # TPC utilities used for test/benchmark data generation. export IMPALA_TPC_DS_VERSION=2.1.0 export IMPALA_TPC_H_VERSION=2.17.0 -export IMPALA_THRIFT_VERSION=0.9.0-p8 +export IMPALA_THRIFT_VERSION=0.9.0-p9 export IMPALA_THRIFT_JAVA_VERSION=0.9.0 export IMPALA_ZLIB_VERSION=1.2.8
