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 1f9561eda7a [deps](hadoop) upgrade hadoop deps to 3.3.4.6 (#29908)
1f9561eda7a is described below

commit 1f9561eda7ac2010e8e042c77b8ee6e917ab9485
Author: Mingyu Chen <morning...@163.com>
AuthorDate: Fri Jan 12 17:02:51 2024 +0800

    [deps](hadoop) upgrade hadoop deps to 3.3.4.6 (#29908)
---
 thirdparty/CHANGELOG.md | 8 ++++++++
 thirdparty/vars.sh      | 8 ++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md
index a323454a4b2..455233c83e9 100644
--- a/thirdparty/CHANGELOG.md
+++ b/thirdparty/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 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}`
 
+## 20240112
+
+- Modified: hadoop libhdfs 3.3.4.6
+
+## v20231229
+
+- Added: streamvbyte 1.0.0
+
 ## v20231210
 - Modified: librdkafka 1.8.2 -> 2.0.2
 
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 6b726b8d34f..d5edc108d81 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.4.5-for-doris.tar.gz";
-HADOOP_LIBS_NAME="hadoop-3.3.4.5-for-doris.tar.gz"
-HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.4.5-for-doris"
-HADOOP_LIBS_MD5SUM="15b7be1747b27c37923b0cb9db6cff8c"
+HADOOP_LIBS_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/hadoop-3.3.4.6-for-doris.tar.gz";
+HADOOP_LIBS_NAME="hadoop-3.3.4.6-for-doris.tar.gz"
+HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.4.6-for-doris"
+HADOOP_LIBS_MD5SUM="5a13939f77e22b85eea9c3b985529202"
 
 # libdragonbox for faster double/float to string
 
DRAGONBOX_DOWNLOAD="https://github.com/jk-jeon/dragonbox/archive/refs/tags/1.1.3.tar.gz";


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to