Repository: incubator-impala Updated Branches: refs/heads/master e6c02db97 -> e49b3691f
IMPALA-5659: Bump toolchain version This bumps the toolchain version to include the fix which ensured gflags built shared libraries. Impala does not currently depend on that change, but an upcoming change will do so. Change-Id: I9fe91b37ae00cd3d2e35b6a5c465f55238f32d1a Reviewed-on: http://gerrit.cloudera.org:8080/7422 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/e49b3691 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/e49b3691 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/e49b3691 Branch: refs/heads/master Commit: e49b3691f391ad5c0883a79ecb696b6a56c5cf2b Parents: e6c02db Author: Henry Robinson <[email protected]> Authored: Fri Jul 14 10:49:00 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Fri Jul 14 22:12:20 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/e49b3691/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index c0292eb..a3162d4 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=421-17d8ecf9cd +export IMPALA_TOOLCHAIN_BUILD_ID=423-f32e122eaa # Versions of toolchain dependencies. # ----------------------------------- export IMPALA_AVRO_VERSION=1.7.4-p4
