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 4e6ca83059c [fix](link) fix wrong link and make fdb deploy more clear
(#2234)
4e6ca83059c is described below
commit 4e6ca83059c564238d297c183e42aeb3e606cfd5
Author: Yongqiang YANG <[email protected]>
AuthorDate: Tue Mar 25 18:05:36 2025 +0800
[fix](link) fix wrong link and make fdb deploy more clear (#2234)
## Versions
- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
Co-authored-by: Yongqiang YANG <[email protected]>
---
docs/compute-storage-decoupled/before-deployment.md | 2 +-
docs/data-operate/delete/delete-overview.md | 2 +-
.../current/compute-storage-decoupled/before-deployment.md | 2 +-
.../current/data-operate/delete/delete-overview.md | 2 +-
.../version-2.1/data-operate/delete/delete-overview.md | 2 +-
.../version-3.0/compute-storage-decoupled/before-deployment.md | 2 +-
.../version-3.0/data-operate/delete/delete-overview.md | 2 +-
versioned_docs/version-2.1/data-operate/delete/delete-overview.md | 2 +-
.../version-3.0/compute-storage-decoupled/before-deployment.md | 2 +-
versioned_docs/version-3.0/data-operate/delete/delete-overview.md | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/compute-storage-decoupled/before-deployment.md
b/docs/compute-storage-decoupled/before-deployment.md
index ed3d778393d..cb8d2a464ad 100644
--- a/docs/compute-storage-decoupled/before-deployment.md
+++ b/docs/compute-storage-decoupled/before-deployment.md
@@ -107,7 +107,7 @@ This command initiates the deployment process of the FDB
cluster.
### 5.1.4 Start FDB Service
-Once the FDB cluster is deployed, you can start the FDB service using the
`fdb_ctl.sh` script.
+Once the FDB cluster is deployed, you can start the FDB service on each node
using the `fdb_ctl.sh` script.
```bash
./fdb_ctl.sh start
diff --git a/docs/data-operate/delete/delete-overview.md
b/docs/data-operate/delete/delete-overview.md
index bbb5e7b6ab5..40faef8f787 100644
--- a/docs/data-operate/delete/delete-overview.md
+++ b/docs/data-operate/delete/delete-overview.md
@@ -71,7 +71,7 @@ For example, in CDC data synchronization scenarios, the CDC
program can mark a D
This method can perform batch deletion of a large number of primary keys,
which is more efficient than the DELETE statement.
-The delete sign is an advanced feature and is more complex to use compared to
the previous methods. For detailed usage, please refer to the document [Batch
Deletion](./delete-overview.md).
+The delete sign is an advanced feature and is more complex to use compared to
the previous methods. For detailed usage, please refer to the document [Batch
Deletion](./batch-delete-manual.md).
### Atomic Overwrite Using Temporary Partitions
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/before-deployment.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/before-deployment.md
index 850bbd2faab..5ddfce06234 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/before-deployment.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/before-deployment.md
@@ -109,7 +109,7 @@ Doris 存算分离架构包含三个主要模块:
#### 5.1.4 启动 FDB 服务
-FDB 集群部署完成后,您可以使用 `fdb_ctl.sh` 脚本启动 FDB 服务。
+FDB 集群部署完成后,您可以在每个节点上使用 `fdb_ctl.sh` 脚本启动 FDB 服务。
```bash
./fdb_ctl.sh start
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/delete/delete-overview.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/delete/delete-overview.md
index 57374752901..87068c388b4 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/delete/delete-overview.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/delete/delete-overview.md
@@ -70,7 +70,7 @@ TRUNCATE TABLE table_name;
这种方式相对于 DELETE 语句来说,可以批量进行大量主键的删除操作,效率较高。
-删除标记属于高级功能,使用起来相比前几种要更复杂一些,详细的用法请参考文档[批量删除](./delete-overview.md)。
+删除标记属于高级功能,使用起来相比前几种要更复杂一些,详细的用法请参考文档[批量删除](./batch-delete-manual.md)。
### 使用临时分区实现原子覆盖写
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/delete/delete-overview.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/delete/delete-overview.md
index 57374752901..87068c388b4 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/delete/delete-overview.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/delete/delete-overview.md
@@ -70,7 +70,7 @@ TRUNCATE TABLE table_name;
这种方式相对于 DELETE 语句来说,可以批量进行大量主键的删除操作,效率较高。
-删除标记属于高级功能,使用起来相比前几种要更复杂一些,详细的用法请参考文档[批量删除](./delete-overview.md)。
+删除标记属于高级功能,使用起来相比前几种要更复杂一些,详细的用法请参考文档[批量删除](./batch-delete-manual.md)。
### 使用临时分区实现原子覆盖写
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/compute-storage-decoupled/before-deployment.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/compute-storage-decoupled/before-deployment.md
index 850bbd2faab..5ddfce06234 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/compute-storage-decoupled/before-deployment.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/compute-storage-decoupled/before-deployment.md
@@ -109,7 +109,7 @@ Doris 存算分离架构包含三个主要模块:
#### 5.1.4 启动 FDB 服务
-FDB 集群部署完成后,您可以使用 `fdb_ctl.sh` 脚本启动 FDB 服务。
+FDB 集群部署完成后,您可以在每个节点上使用 `fdb_ctl.sh` 脚本启动 FDB 服务。
```bash
./fdb_ctl.sh start
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/delete/delete-overview.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/delete/delete-overview.md
index 57374752901..87068c388b4 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/delete/delete-overview.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/delete/delete-overview.md
@@ -70,7 +70,7 @@ TRUNCATE TABLE table_name;
这种方式相对于 DELETE 语句来说,可以批量进行大量主键的删除操作,效率较高。
-删除标记属于高级功能,使用起来相比前几种要更复杂一些,详细的用法请参考文档[批量删除](./delete-overview.md)。
+删除标记属于高级功能,使用起来相比前几种要更复杂一些,详细的用法请参考文档[批量删除](./batch-delete-manual.md)。
### 使用临时分区实现原子覆盖写
diff --git a/versioned_docs/version-2.1/data-operate/delete/delete-overview.md
b/versioned_docs/version-2.1/data-operate/delete/delete-overview.md
index bbb5e7b6ab5..40faef8f787 100644
--- a/versioned_docs/version-2.1/data-operate/delete/delete-overview.md
+++ b/versioned_docs/version-2.1/data-operate/delete/delete-overview.md
@@ -71,7 +71,7 @@ For example, in CDC data synchronization scenarios, the CDC
program can mark a D
This method can perform batch deletion of a large number of primary keys,
which is more efficient than the DELETE statement.
-The delete sign is an advanced feature and is more complex to use compared to
the previous methods. For detailed usage, please refer to the document [Batch
Deletion](./delete-overview.md).
+The delete sign is an advanced feature and is more complex to use compared to
the previous methods. For detailed usage, please refer to the document [Batch
Deletion](./batch-delete-manual.md).
### Atomic Overwrite Using Temporary Partitions
diff --git
a/versioned_docs/version-3.0/compute-storage-decoupled/before-deployment.md
b/versioned_docs/version-3.0/compute-storage-decoupled/before-deployment.md
index b2785f7707c..72e45ed96ad 100644
--- a/versioned_docs/version-3.0/compute-storage-decoupled/before-deployment.md
+++ b/versioned_docs/version-3.0/compute-storage-decoupled/before-deployment.md
@@ -107,7 +107,7 @@ This command initiates the deployment process of the FDB
cluster.
### 5.1.4 Start FDB Service
-Once the FDB cluster is deployed, you can start the FDB service using the
`fdb_ctl.sh` script.
+Once the FDB cluster is deployed, you can start the FDB service on each node
using the `fdb_ctl.sh` script.
```bash
./fdb_ctl.sh start
diff --git a/versioned_docs/version-3.0/data-operate/delete/delete-overview.md
b/versioned_docs/version-3.0/data-operate/delete/delete-overview.md
index bbb5e7b6ab5..40faef8f787 100644
--- a/versioned_docs/version-3.0/data-operate/delete/delete-overview.md
+++ b/versioned_docs/version-3.0/data-operate/delete/delete-overview.md
@@ -71,7 +71,7 @@ For example, in CDC data synchronization scenarios, the CDC
program can mark a D
This method can perform batch deletion of a large number of primary keys,
which is more efficient than the DELETE statement.
-The delete sign is an advanced feature and is more complex to use compared to
the previous methods. For detailed usage, please refer to the document [Batch
Deletion](./delete-overview.md).
+The delete sign is an advanced feature and is more complex to use compared to
the previous methods. For detailed usage, please refer to the document [Batch
Deletion](./batch-delete-manual.md).
### Atomic Overwrite Using Temporary Partitions
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]