This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new aa2271967f2 [Fix](community) Update regression-testing.md bad link
(#2603)
aa2271967f2 is described below
commit aa2271967f2e6fd047fe5e84534545ab5f350a6e
Author: Hong Liu <[email protected]>
AuthorDate: Thu Sep 11 14:52:32 2025 +0800
[Fix](community) Update regression-testing.md bad link (#2603)
## Versions
- [x] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [x] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
Co-authored-by: smallhibiscus <844981280>
---
community/developer-guide/regression-testing.md | 2 +-
.../current/developer-guide/regression-testing.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/community/developer-guide/regression-testing.md
b/community/developer-guide/regression-testing.md
index 41a80e0675a..0d8d7b797eb 100644
--- a/community/developer-guide/regression-testing.md
+++ b/community/developer-guide/regression-testing.md
@@ -695,7 +695,7 @@ Doris supports queries on external data sources, so the
regression testing frame
* `hive-3x_settings.env`: Hive3 initialization configuration script,
which will be automatically called when `run-thirdparties-docker.sh` starts.
You can modify four external ports in this file: `FS_PORT`, `HMS_PORT`,
`HS_PORT`, and `PG_PORT`, which correspond to `hive3HdfsPort`, `hive3HmsPort`,
`hive3ServerPort`, and `hive3PgPort` in `regression-conf.groovy`. The first two
are for Hadoop's defaultFs and Hive metastore ports, with defaults of 8320 and
9383.
* The `scripts/` directory will be mounted to the container once it is
started. Files in this directory require no modifications. Note that you need
to download the pre-built files before you start the container:
- Download files from
`https://doris-build-hk-1308700295.cos.ap-hongkong.myqcloud.com/regression/load/tpch1_parquet/tpch1.db.tar.gz`
to the `scripts/` directory and decompress.
+ Download files from
`https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/datalake/pipeline_data/tpch1.db.tar.gz`
to the `scripts/` directory and decompress.
4. Elasticsearch
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/regression-testing.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/regression-testing.md
index 2355ab0080c..11c0044f3d9 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/regression-testing.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/regression-testing.md
@@ -668,7 +668,7 @@ Doris 支持一些外部署数据源的查询。所以回归框架也提供了
* `hive-3x_settings.env`:Hive3初始化配置文件的脚本,`run-thirdparties-docker.sh`
启动时会自动调用这个脚本。可以在其中修改:`FS_PORT`、`HMS_PORT`、`HS_PORT`和`PG_PORT`
四个对外端口,分别与`regression-conf.groovy`中的`hive3HdfsPort`、`hive3HmsPort`、`hive3ServerPort`和`hive3PgPort`相对应。前两个为hadoop配置的
defaultFs 和 Hive metastore 端口,默认为 8320 和 9383。
* `scripts/` 目录会在 container 启动后挂载到 container 中。其中的文件内容无需修改。但须注意,在启动
container 之前,需要先下载预制文件:
- 将
`https://doris-build-hk-1308700295.cos.ap-hongkong.myqcloud.com/regression/load/tpch1_parquet/tpch1.db.tar.gz`
文件下载到 `scripts/` 目录并解压即可。
+ 将
`https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/datalake/pipeline_data/tpch1.db.tar.gz`
文件下载到 `scripts/` 目录并解压即可。
4. Elasticsearch
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]