Repository: incubator-impala Updated Branches: refs/heads/master 6a606ed45 -> 8149dbfc9
IMPALA-5477: Fix minidump-2-core tool This change bumps the toolchain version to include a fix for minidump-2-core which got broken by the PPC port. I ran the breakpad test in exhaustive mode to test this. The updated toolchain also updates Kudu to version b198ed8. Change-Id: If0cf2b8a83272f920dc0396863b7fb500543c6dd Reviewed-on: http://gerrit.cloudera.org:8080/7677 Reviewed-by: Thomas Tauber-Marshall <[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/f8c36b92 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/f8c36b92 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/f8c36b92 Branch: refs/heads/master Commit: f8c36b92c3a2f59a003359c571559db961874aac Parents: 6a606ed Author: Lars Volker <[email protected]> Authored: Tue Aug 15 09:19:59 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Aug 16 00:34:11 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/f8c36b92/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 58b8529..83441e0 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -72,13 +72,13 @@ 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=450-fc9954b4fa +export IMPALA_TOOLCHAIN_BUILD_ID=453-805448d5e5 # Versions of toolchain dependencies. # ----------------------------------- export IMPALA_AVRO_VERSION=1.7.4-p4 export IMPALA_BINUTILS_VERSION=2.26.1 export IMPALA_BOOST_VERSION=1.57.0-p3 -export IMPALA_BREAKPAD_VERSION=1b704857f1e78a864e6942e613457e55f1aecb60-p2 +export IMPALA_BREAKPAD_VERSION=1b704857f1e78a864e6942e613457e55f1aecb60-p3 export IMPALA_BZIP2_VERSION=1.0.6-p2 export IMPALA_CMAKE_VERSION=3.2.3-p1 export IMPALA_CRCUTIL_VERSION=440ba7babeff77ffad992df3a10c767f184e946e-p1 @@ -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=943b1ae +export IMPALA_KUDU_VERSION=b198ed8 # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.5.0-cdh5.13.0-SNAPSHOT
