This is an automated email from the ASF dual-hosted git repository.

kxiao 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 0c811edb78 [deps](hadoop) update hadoop libs to 3.3.4.5 (#22062)
0c811edb78 is described below

commit 0c811edb78d54cab23386ca35c67f3a96aa48b90
Author: Mingyu Chen <morning...@163.com>
AuthorDate: Sun Jul 23 20:17:16 2023 +0800

    [deps](hadoop) update hadoop libs to 3.3.4.5 (#22062)
---
 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 abc7c83e76..c90363fcb7 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}`
 
+## v20230721
+
+- Modified hadoop libhdfs 3.3.4.4 -> 3.3.4.5
+
 ## v20230625
 
 - Modified benchmark 1.5.6 -> 1.8.0
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index f10c56fa9e..435434927f 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -459,10 +459,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.4-for-doris.tar.gz";
-HADOOP_LIBS_NAME="hadoop-3.3.4.4-for-doris.tar.gz"
-HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.4.4-for-doris"
-HADOOP_LIBS_MD5SUM="00f0042dd3900ba016f079ee9c550efb"
+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"
 
 # all thirdparties which need to be downloaded is set in array TP_ARCHIVES
 export TP_ARCHIVES=(


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

Reply via email to