Repository: incubator-impala Updated Branches: refs/heads/master c69cd15a0 -> f77284099
IMPALA-3507: update binutils version to fix slow linking Change-Id: Idc1206e881d8c781ede1a85eab79d99f5a5adf7e Reviewed-on: http://gerrit.cloudera.org:8080/3353 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Internal 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/f7728409 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/f7728409 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/f7728409 Branch: refs/heads/master Commit: f772840994787e759727190f9949d51cb55ceb78 Parents: c69cd15 Author: Tim Armstrong <[email protected]> Authored: Thu Jun 9 11:25:24 2016 -0700 Committer: Tim Armstrong <[email protected]> Committed: Mon Jun 13 13:32:10 2016 -0700 ---------------------------------------------------------------------- bin/impala-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/f7728409/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index d5bc14a..8f255a3 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -231,7 +231,7 @@ export NUM_CONCURRENT_TESTS=${NUM_CONCURRENT_TESTS-${CORES}} # Versions of toolchain dependencies (or if toolchain is not used of dependencies in # thirdparty) export IMPALA_AVRO_VERSION=1.7.4-p4 -export IMPALA_BINUTILS_VERSION=2.26 +export IMPALA_BINUTILS_VERSION=2.26-p1 export IMPALA_BOOST_VERSION=1.57.0 export IMPALA_BREAKPAD_VERSION=20150612-p1 export IMPALA_BZIP2_VERSION=1.0.6-p1
