This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 5d5ac00cacf branch-3.1: [feat](deps) upgrade hadoop to 3.3.6.6 #49181
(#52190)
5d5ac00cacf is described below
commit 5d5ac00cacf9eb47d35dfbcd700e33d13fa07d4f
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Tue Jun 24 17:00:51 2025 +0800
branch-3.1: [feat](deps) upgrade hadoop to 3.3.6.6 #49181 (#52190)
bp #49181
---
thirdparty/CHANGELOG.md | 6 +++++-
thirdparty/vars.sh | 8 ++++----
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md
index 350e914572d..6e833dae20a 100644
--- a/thirdparty/CHANGELOG.md
+++ b/thirdparty/CHANGELOG.md
@@ -2,7 +2,11 @@
This file contains version of the third-party dependency libraries in the
build-env image. The docker build-env image is apache/doris, and the tag is
`build-env-${version}`
-## 20250416
+## 20250318
+
+- Modified: hadoop-libs 3.3.6.5 -> 3.3.6.6
+
+## 20250225
- Mofified: patch re2 to set `ignore_replace_escape` option
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index d694968d86d..d46b1035e55 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -461,10 +461,10 @@ FAST_FLOAT_SOURCE=fast_float-3.9.0
FAST_FLOAT_MD5SUM="5656b0d8b150a3b157cfb092d214f6ea"
# libhdfs
-HADOOP_LIBS_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/hadoop-3.3.6.5-for-doris.tar.gz"
-HADOOP_LIBS_NAME="hadoop-3.3.6.5-for-doris.tar.gz"
-HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.6.5-for-doris"
-HADOOP_LIBS_MD5SUM="c13f90ceb5ef9460b7d736c49d9b79fd"
+HADOOP_LIBS_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/hadoop-3.3.6.6-for-doris.tar.gz"
+HADOOP_LIBS_NAME="hadoop-3.3.6.6-for-doris.tar.gz"
+HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.6.6-for-doris"
+HADOOP_LIBS_MD5SUM="13b66d5f2abffd1740e692b65df5962e"
# 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]