This is an automated email from the ASF dual-hosted git repository.
adonisling 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 30aca5e40a [chore](third-party) Bump the version of hadoop_libs
(#20246)
30aca5e40a is described below
commit 30aca5e40a1e0b126a19189ab562826eeb16f5cc
Author: Adonis Ling <[email protected]>
AuthorDate: Wed May 31 00:08:02 2023 +0800
[chore](third-party) Bump the version of hadoop_libs (#20246)
Fix the issues with the workflow Build Third Party Libraries.
---
.github/workflows/build-thirdparty.yml | 7 +++++--
thirdparty/vars.sh | 8 ++++----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build-thirdparty.yml
b/.github/workflows/build-thirdparty.yml
index 5c4b8848e4..442b60da7e 100644
--- a/.github/workflows/build-thirdparty.yml
+++ b/.github/workflows/build-thirdparty.yml
@@ -86,8 +86,8 @@ jobs:
'zip'
'unzip'
'autopoint'
- 'openjdk-11-jdk'
- 'openjdk-11-jdk-headless'
+ 'openjdk-8-jdk'
+ 'openjdk-8-jdk-headless'
'maven'
)
@@ -104,6 +104,9 @@ jobs:
run: |
export DEFAULT_DIR='/opt/doris'
export PATH="${DEFAULT_DIR}/ldb-toolchain/bin:${PATH}"
+ export PATH="$(find /usr/lib/jvm/java-8-openjdk* -maxdepth 1 -type d
-name 'bin'):${PATH}"
+ export JAVA_HOME="$(find /usr/lib/jvm/java-8-openjdk* -maxdepth 0)"
+ export DORIS_TOOLCHAIN=gcc
cd thirdparty
./build-thirdparty.sh -j "$(nproc)"
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index b37b36e769..8317fc17ce 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_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/hadoop-3.3.4.2-for-doris.tar.gz"
-HADOOP_LIBS_NAME="hadoop-3.3.4.2-for-doris.tar.gz"
-HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.4.2-for-doris"
-HADOOP_LIBS_MD5SUM="88a09261810a4e3a18d4101600234202"
+HADOOP_LIBS_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/hadoop-3.3.4.3-for-doris.tar.gz"
+HADOOP_LIBS_NAME="hadoop-3.3.4.3-for-doris.tar.gz"
+HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.4.3-for-doris"
+HADOOP_LIBS_MD5SUM="4f9eeb4f8e05d2b2ae4541b12d78fb2c"
# all thirdparties which need to be downloaded is set in array TP_ARCHIVES
export TP_ARCHIVES=(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]