Skip to content

Commit

Permalink
[deps](hadoop) update hadoop libs to 3.3.6.2 (apache#39282)
Browse files Browse the repository at this point in the history
Add custom logger interface for libhdfs:
apache/doris-thirdparty#236
  • Loading branch information
morningman authored Aug 13, 2024
1 parent 2669edc commit 08d0497
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions thirdparty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions thirdparty/vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 08d0497

Please sign in to comment.