Skip to content

Commit

Permalink
[chore](ci) adjust some invalid url (#44261)
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-stephen authored and Your Name committed Nov 19, 2024
1 parent d541430 commit ae34589
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/thirdparties/docker-compose/hive/scripts/README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
1. Download parquet file packages from:
https://doris-build-hk-1308700295.cos.ap-hongkong.myqcloud.com/regression/load/tpch1_parquet/tpch1.db.tar.gz
https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/datalake/pipeline_data/tpch1.db.tar.gz

2. Unzip and name it to "tpch1.db"

3. Download paimon file from:
https://doris-build-hk-1308700295.cos.ap-hongkong.myqcloud.com/regression/paimon/paimon1.tar.gz
https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/datalake/pipeline_data/paimon1.tar.gz

4. Unzip and name it to "paimon1"
2 changes: 1 addition & 1 deletion docker/thirdparties/run-thirdparties-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ start_hudi() {
sudo rm -rf "${ROOT}"/docker-compose/hudi/hive-metastore-postgresql
sudo mkdir "${ROOT}"/docker-compose/hudi/hive-metastore-postgresql
if [[ ! -d "${ROOT}/docker-compose/hudi/scripts/hudi_docker_compose_attached_file" ]]; then
echo "Attached files does not exist, please download the https://doris-build-hk-1308700295.cos.ap-hongkong.myqcloud.com/regression/load/hudi/hudi_docker_compose_attached_file.zip file to the docker-compose/hudi/scripts/ directory and unzip it."
echo "Attached files does not exist, please download the https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/load/hudi/hudi_docker_compose_attached_file.zip file to the docker-compose/hudi/scripts/ directory and unzip it."
exit 1
fi
sudo docker compose -f "${ROOT}"/docker-compose/hudi/hudi.yaml --env-file "${ROOT}"/docker-compose/hudi/hadoop.env up -d
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ class Config {
if (config.s3Source == "aliyun") {
s3BucketName = "doris-regression-hk"
} else if (config.s3Source == "aliyun-internal") {
s3BucketName = "doris-regression"
s3BucketName = "doris-regression-bj"
} else if (config.s3Source == "tencent") {
s3BucketName = "doris-build-1308700295"
} else if (config.s3Source == "huawei") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ suite("test_s3_tvf_with_resource", "p0") {

// test outfile to s3
def outfile_url = outfile_to_S3()
// outfile_url like: s3://doris-build-hk-1308700295/est_s3_tvf/export_test/exp_f2cb650bbb94431a-ab0bc3e6f3e89f04_*

// 1. normal
try {
Expand Down

0 comments on commit ae34589

Please sign in to comment.