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


The following commit(s) were added to refs/heads/master by this push:
     new 64c4abe6e IMPALA-14547: Bumping Kudu version to pickup KUDU-3716
64c4abe6e is described below

commit 64c4abe6ed4cf41c179e2cba7add615c4d1f440c
Author: Riza Suminto <[email protected]>
AuthorDate: Wed Nov 19 11:29:31 2025 -0800

    IMPALA-14547: Bumping Kudu version to pickup KUDU-3716
    
    Redhat 9 environments recently switched to OpenSSL 3.5.1. On those
    machines, the Kudu minicluster fails to start up with CSR signature
    verification error. KUDU-3716 fixed this issue.
    
    This patch update Toolchain and Kudu version to pick up KUDU-3716.
    
    Testing:
    Pass data loading with in Redhat 9.
    
    Change-Id: I7262267939a9f08650af85443240950afbb3323f
    Reviewed-on: http://gerrit.cloudera.org:8080/23697
    Reviewed-by: Joe McDonnell <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 bin/impala-config.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 3c982421a..ba64d0332 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -81,13 +81,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=147-1ee40f5a10
-export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=596-1ee40f5a10
+export IMPALA_TOOLCHAIN_BUILD_ID_AARCH64=150-a791b4c60d
+export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=602-a791b4c60d
 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-1ee40f5a10e11d5eb836902ecaa673384ca507f5}
+${IMPALA_TOOLCHAIN_COMMIT_HASH-a791b4c60d513655b8f8c46fce8deb740146fb75}
 # Compare the build ref in build IDs by removing everything 
up-to-and-including the
 # first hyphen.
 if [ "${IMPALA_TOOLCHAIN_BUILD_ID_AARCH64#*-}" \
@@ -1123,7 +1123,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-"60f5e5267"}
+export IMPALA_KUDU_VERSION=${IMPALA_KUDU_VERSION-"879a8f9e2"}
 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

Reply via email to