[fix](deps) upgrade hadoop to 3.3.6.5 (#48280) (#48393)

bp #48280
This commit is contained in:
Mingyu Chen (Rayner)
2025-02-26 22:57:50 +08:00
committed by GitHub
parent 45ebb21cad
commit 6da61683d4
2 changed files with 8 additions and 4 deletions

View File

@ -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}`
## 20250225
- Modified: hadoop-libs 3.3.6.4 -> 3.3.6.5
## 20240815
- Modified: arrow 15.0.2 -> 17.0.0

8
thirdparty/vars.sh vendored
View File

@ -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.3-for-doris.tar.gz"
HADOOP_LIBS_NAME="hadoop-3.3.6.3-for-doris.tar.gz"
HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.6.3-for-doris"
HADOOP_LIBS_MD5SUM="db91164b8b1d6b347fb9199e6be77fb7"
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"
# AvxToNeon
AVX2NEON_DOWNLOAD="https://github.com/kunpengcompute/AvxToNeon/archive/refs/tags/v1.0.0.tar.gz"