This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new e108207096 [deps](libhdfs) update hadoop libhdfs to 3.3.4.1 for doris (#19832) e108207096 is described below commit e108207096b4586615291295da6b0d6a1522e317 Author: Mingyu Chen <morning...@163.com> AuthorDate: Fri May 19 08:44:32 2023 +0800 [deps](libhdfs) update hadoop libhdfs to 3.3.4.1 for doris (#19832) --- build.sh | 1 + thirdparty/vars.sh | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index d8296e9bbf..531ba4ea13 100755 --- a/build.sh +++ b/build.sh @@ -541,6 +541,7 @@ if [[ "${BUILD_BE}" -eq 1 ]]; then if [[ -d "${DORIS_THIRDPARTY}/installed/lib/hadoop_hdfs/" ]]; then cp -r -p "${DORIS_THIRDPARTY}/installed/lib/hadoop_hdfs/" "${DORIS_OUTPUT}/be/lib/" + rm -rf "${DORIS_OUTPUT}/be/lib/hadoop_hdfs/native/" fi if [[ "${BUILD_JAVA_UDF}" -eq 0 ]]; then diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index fcf39912c3..3f7035de47 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -442,10 +442,10 @@ FAST_FLOAT_SOURCE=fast_float-3.9.0 FAST_FLOAT_MD5SUM="5656b0d8b150a3b157cfb092d214f6ea" # libhdfs -HADOOP_LIBS_X86_DOWNLOAD="https://github.com/apache/doris-thirdparty/releases/download/hadoop-libs-3.3.4/hadoop_lib_3.3.4-x86.tar.gz" -HADOOP_LIBS_X86_NAME="hadoop_lib_3.3.4-x86.tar.gz" -HADOOP_LIBS_X86_SOURCE="hadoop_lib_3.3.4-x86" -HADOOP_LIBS_X86_MD5SUM="96117450170487f007ffeca5ddf62f7e" +HADOOP_LIBS_X86_DOWNLOAD="https://github.com/apache/doris-thirdparty/releases/download/hadoop-3.3.4.1-for-doris/hadoop_lib_3.3.4.1-x86.tar.gz" +HADOOP_LIBS_X86_NAME="hadoop_lib_3.3.4.1-x86.tar.gz" +HADOOP_LIBS_X86_SOURCE="hadoop_lib_3.3.4.1-x86" +HADOOP_LIBS_X86_MD5SUM="9b434ae90f17a358c55b5476841cb836" # 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