[fix](tools) adjust download url (#40429) (#40445)

pick from master #40429

Co-authored-by: stephen <hello-stephen@qq.com>
This commit is contained in:
Dongyang Li
2024-09-05 20:58:59 +08:00
committed by GitHub
parent 0928c9c6ed
commit 4eaf65d887
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ if [[ -d "${CURDIR}/DSGen-software-code-3.2.0rc1" ]]; then
elif [[ -f "${CURDIR}/TPC-DS_Tools_v3.2.0new.zip" ]]; then
unzip TPC-DS_Tools_v3.2.0new.zip -d "${CURDIR}/"
else
wget "https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/tools/TPC-DS_Tools_v3.2.0new.zip"
wget "https://qa-build.oss-cn-beijing.aliyuncs.com/tools/TPC-DS_Tools_v3.2.0new.zip"
unzip TPC-DS_Tools_v3.2.0new.zip -d "${CURDIR}/"
fi

View File

@ -50,7 +50,7 @@ if [[ -d ${TPCH_DBGEN_DIR} ]]; then
echo "Dir ${TPCH_DBGEN_DIR} already exists. No need to download."
echo "If you want to download TPC-H_Tools_v3.0.0new again, please delete this dir first."
else
wget "https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/tools/TPC-H_Tools_v3.0.0new.zip"
wget "https://qa-build.oss-cn-beijing.aliyuncs.com/tools/TPC-H_Tools_v3.0.0new.zip"
unzip TPC-H_Tools_v3.0.0new.zip -d "${CURDIR}/"
fi