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 69376fa4aa9aabd28c7347ef2a42b7b340ad85be
Author: Michael Smith <[email protected]>
AuthorDate: Wed Oct 22 16:55:49 2025 -0700

    IMPALA-14160: Update to CDP build with HDFS-13615
    
    Updates to a newer CDP build that includes HDFS-13615, which fixes
    Ozone so it correctly reports when files are encrypted with
    listStatusIterator, fixing TestTupleCacheCluster.test_runtime_filters.
    
    Change-Id: I9388db2e369dc8f933b3f57608ecaa3ddd7d26c1
    Reviewed-on: http://gerrit.cloudera.org:8080/23579
    Reviewed-by: Joe McDonnell <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 bin/impala-config.sh | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 56aea598b..beda12811 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -243,20 +243,20 @@ fi
 : ${IMPALA_TOOLCHAIN_HOST:=native-toolchain.s3.amazonaws.com}
 export IMPALA_TOOLCHAIN_HOST
 
-export CDP_BUILD_NUMBER=71942734
+export CDP_BUILD_NUMBER=73534044
 export CDP_MAVEN_REPOSITORY=\
 
"https://${IMPALA_TOOLCHAIN_HOST}/build/cdp_components/${CDP_BUILD_NUMBER}/maven";
-export CDP_AVRO_JAVA_VERSION=1.11.1.7.3.1.500-182
-export CDP_HADOOP_VERSION=3.1.1.7.3.1.500-182
-export CDP_HBASE_VERSION=2.4.17.7.3.1.500-182
-export CDP_HIVE_VERSION=3.1.3000.7.3.1.500-182
-export CDP_ICEBERG_VERSION=1.5.2.7.3.1.500-182
-export CDP_KNOX_VERSION=2.0.0.7.3.1.500-182
-export CDP_ORC_JAVA_VERSION=1.8.3.7.3.1.500-182
-export CDP_OZONE_VERSION=1.4.0.7.3.1.500-182
-export CDP_PARQUET_VERSION=1.12.3.7.3.1.500-182
-export CDP_RANGER_VERSION=2.4.0.7.3.1.500-182
-export CDP_TEZ_VERSION=0.9.1.7.3.1.500-182
+export CDP_AVRO_JAVA_VERSION=1.11.1.7.3.1.600-337
+export CDP_HADOOP_VERSION=3.1.1.7.3.1.600-337
+export CDP_HBASE_VERSION=2.4.17.7.3.1.600-337
+export CDP_HIVE_VERSION=3.1.3000.7.3.1.600-337
+export CDP_ICEBERG_VERSION=1.5.2.7.3.1.600-337
+export CDP_KNOX_VERSION=2.0.0.7.3.1.600-337
+export CDP_ORC_JAVA_VERSION=1.8.3.7.3.1.600-337
+export CDP_OZONE_VERSION=1.4.0.7.3.1.600-337
+export CDP_PARQUET_VERSION=1.12.3.7.3.1.600-337
+export CDP_RANGER_VERSION=2.4.0.7.3.1.600-337
+export CDP_TEZ_VERSION=0.9.1.7.3.1.600-337
 
 # Ref: https://infra.apache.org/release-download-pages.html#closer
 : ${APACHE_MIRROR:="https://www.apache.org/dyn/closer.cgi"}

Reply via email to