From d541430c396fe9da8fa9042688c3c71ff1a4c329 Mon Sep 17 00:00:00 2001 From: Dongyang Li Date: Tue, 19 Nov 2024 17:06:47 +0800 Subject: [PATCH] [chore](ci) fix download url (#44259) --- .../thirdparties/docker-compose/hive/scripts/hive-metastore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/thirdparties/docker-compose/hive/scripts/hive-metastore.sh b/docker/thirdparties/docker-compose/hive/scripts/hive-metastore.sh index e8b511b4682ea8..dd6d83fedf1aa4 100755 --- a/docker/thirdparties/docker-compose/hive/scripts/hive-metastore.sh +++ b/docker/thirdparties/docker-compose/hive/scripts/hive-metastore.sh @@ -60,7 +60,7 @@ touch "$lockfile2" if [[ ! -d "/mnt/scripts/tpch1.db" ]]; then echo "/mnt/scripts/tpch1.db does not exist" cd /mnt/scripts/ - curl -O https://doris-build-hk-1308700295.cos.ap-hongkong.myqcloud.com/regression/datalake/pipeline_data/tpch1.db.tar.gz + curl -O https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/datalake/pipeline_data/tpch1.db.tar.gz tar -zxf tpch1.db.tar.gz rm -rf tpch1.db.tar.gz cd -