IMPALA-5057: Upgrade glog (0.3.4-p2) and gflags (2.2.0) Change-Id: If5c8718c67f021e18b3b95178b077fc147d6fcee Reviewed-on: http://gerrit.cloudera.org:8080/6436 Reviewed-by: Tim Armstrong <[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/2544f239 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/2544f239 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/2544f239 Branch: refs/heads/master Commit: 2544f2394cbc25bb75fdafd5e5eb41cf88424708 Parents: bccbf9e Author: Henry Robinson <[email protected]> Authored: Mon Mar 20 11:07:44 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Mar 21 02:38:22 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/2544f239/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index ca3125f..ebe29ec 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=366-25437a1a30 +export IMPALA_TOOLCHAIN_BUILD_ID=369-421c1fb391 # Versions of toolchain dependencies. # ----------------------------------- @@ -86,8 +86,8 @@ export IMPALA_CRCUTIL_VERSION=440ba7babeff77ffad992df3a10c767f184e946e export IMPALA_CYRUS_SASL_VERSION=2.1.23 export IMPALA_FLATBUFFERS_VERSION=1.6.0 export IMPALA_GCC_VERSION=4.9.2 -export IMPALA_GFLAGS_VERSION=2.0 -export IMPALA_GLOG_VERSION=0.3.2-p2 +export IMPALA_GFLAGS_VERSION=2.2.0 +export IMPALA_GLOG_VERSION=0.3.4-p2 export IMPALA_GPERFTOOLS_VERSION=2.5 export IMPALA_GTEST_VERSION=1.6.0 export IMPALA_LIBEV_VERSION=4.20
