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 08d0497490c [deps](hadoop) update hadoop libs to 3.3.6.2 (#39282)
08d0497490c is described below
commit 08d0497490cab7b4a35a9afabd1d090a803f3f10
Author: Mingyu Chen <[email protected]>
AuthorDate: Tue Aug 13 23:40:29 2024 +0800
[deps](hadoop) update hadoop libs to 3.3.6.2 (#39282)
Add custom logger interface for libhdfs:
https://github.com/apache/doris-thirdparty/pull/236
---
thirdparty/CHANGELOG.md | 4 ++++
thirdparty/vars.sh | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md
index 5aac13eb301..44eac377984 100644
--- a/thirdparty/CHANGELOG.md
+++ b/thirdparty/CHANGELOG.md
@@ -2,6 +2,10 @@
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}`
+## 20240813
+
+- Modified: hadoop-libs 3.3.6.1 -> 3.3.6.2
+
## 20240529
- Added: azure-core 1.10.3
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index af7498c2cc4..680b33044ba 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.1-for-doris.tar.gz"
-HADOOP_LIBS_NAME="hadoop-3.3.6.1-for-doris.tar.gz"
-HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.6.1-for-doris"
-HADOOP_LIBS_MD5SUM="8a4455b07f5df2bb10a2718c957972b8"
+HADOOP_LIBS_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/hadoop-3.3.6.2-for-doris.tar.gz"
+HADOOP_LIBS_NAME="hadoop-3.3.6.2-for-doris.tar.gz"
+HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.6.2-for-doris"
+HADOOP_LIBS_MD5SUM="d70bfaca36a18790ca690b736d6b8e11"
# 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]