This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 8471d2cc623 [fix](deps) update hadoop libs to 3.4.2.2 to support jdk17
(#58307)
8471d2cc623 is described below
commit 8471d2cc6239c53186e2e048530ee6990abbcd5f
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Tue Nov 25 13:56:32 2025 +0800
[fix](deps) update hadoop libs to 3.4.2.2 to support jdk17 (#58307)
---
thirdparty/vars.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index a2305529a51..b47e8e33f73 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -469,10 +469,10 @@
HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.6.6-for-doris"
HADOOP_LIBS_MD5SUM="13b66d5f2abffd1740e692b65df5962e"
# libhdfs 3.4
-HADOOP_LIBS_3_4_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/hadoop-3.4.2.1-for-doris.tar.gz"
-HADOOP_LIBS_3_4_NAME="hadoop-3.4.2.1-for-doris.tar.gz"
-HADOOP_LIBS_3_4_SOURCE="doris-thirdparty-hadoop-3.4.2.1-for-doris"
-HADOOP_LIBS_3_4_MD5SUM="4ca35773ecfae856962885413f6bbeac"
+HADOOP_LIBS_3_4_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/hadoop-3.4.2.2-for-doris.tar.gz"
+HADOOP_LIBS_3_4_NAME="hadoop-3.4.2.2-for-doris.tar.gz"
+HADOOP_LIBS_3_4_SOURCE="doris-thirdparty-hadoop-3.4.2.2-for-doris"
+HADOOP_LIBS_3_4_MD5SUM="b649508cdff5c8603abd659b754a2796"
# AvxToNeon
AVX2NEON_DOWNLOAD="https://github.com/kunpengcompute/AvxToNeon/archive/refs/tags/v1.0.0.tar.gz"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]