This is an automated email from the ASF dual-hosted git repository. michaelsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 0de55b601dcd3a08eb0da5566dbb3029c8f80d44 Author: Michael Smith <[email protected]> AuthorDate: Wed Sep 20 11:25:06 2023 -0700 IMPALA-12484: Update kudu and libunwind Updates libunwind to 1.7.2 for official ARM support, and Kudu to a version that has also updated libunwind. Change-Id: Ic42b96feb30d3b09f41963624289d65940e63957 Reviewed-on: http://gerrit.cloudera.org:8080/20566 Reviewed-by: Wenzhe Zhou <[email protected]> Reviewed-by: Michael Smith <[email protected]> Tested-by: Michael Smith <[email protected]> --- bin/impala-config.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/impala-config.sh b/bin/impala-config.sh index f26b2ee43..06b1caa3f 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -85,13 +85,13 @@ export USE_AVRO_CPP=${USE_AVRO_CPP:=false} # 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_AARCH64=1-244b88b440 -export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=375-244b88b440 +export IMPALA_TOOLCHAIN_BUILD_ID_AARCH64=2-4b0b632be5 +export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=376-4b0b632be5 export IMPALA_TOOLCHAIN_REPO=\ ${IMPALA_TOOLCHAIN_REPO:-https://github.com/cloudera/native-toolchain.git} export IMPALA_TOOLCHAIN_BRANCH=${IMPALA_TOOLCHAIN_BRANCH:-master} export IMPALA_TOOLCHAIN_COMMIT_HASH=\ -${IMPALA_TOOLCHAIN_COMMIT_HASH-244b88b440d10d28510312caaa8d134a916d3ce5} +${IMPALA_TOOLCHAIN_COMMIT_HASH-4b0b632be50a166c29002cb5d51b2991267c7ab1} # Compare the build ref in build IDs by removing everything up-to-and-including the # first hyphen. if [ "${IMPALA_TOOLCHAIN_BUILD_ID_AARCH64#*-}" \ @@ -145,7 +145,7 @@ export IMPALA_JWT_CPP_VERSION=0.5.0 unset IMPALA_JWT_CPP_URL export IMPALA_LIBEV_VERSION=4.20-p1 unset IMPALA_LIBEV_URL -export IMPALA_LIBUNWIND_VERSION=1.5.0-p1 +export IMPALA_LIBUNWIND_VERSION=1.7.2-p1 unset IMPALA_LIBUNWIND_URL export IMPALA_LLVM_VERSION=5.0.1-p7 unset IMPALA_LLVM_URL @@ -978,7 +978,7 @@ fi # overall build type) and does not apply when using a local Kudu build. export USE_KUDU_DEBUG_BUILD=${USE_KUDU_DEBUG_BUILD-false} -export IMPALA_KUDU_VERSION=${IMPALA_KUDU_VERSION-"1.17.0"} +export IMPALA_KUDU_VERSION=${IMPALA_KUDU_VERSION-"e742f86f6d"} export IMPALA_KUDU_HOME=${IMPALA_TOOLCHAIN_PACKAGES_HOME}/kudu-$IMPALA_KUDU_VERSION export IMPALA_KUDU_JAVA_HOME=\ ${IMPALA_TOOLCHAIN_PACKAGES_HOME}/kudu-${IMPALA_KUDU_VERSION}/java
