This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 141dc16653 [Doc][Fix]fix deadlink (#8555)
141dc16653 is described below
commit 141dc16653bcc607278916ee9bcc97e1eec58c07
Author: litiliu <[email protected]>
AuthorDate: Mon Jan 20 13:11:55 2025 +0800
[Doc][Fix]fix deadlink (#8555)
Co-authored-by: litiliu <[email protected]>
---
docs/en/connector-v2/sink/Doris.md | 2 +-
docs/zh/connector-v2/sink/Doris.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/connector-v2/sink/Doris.md
b/docs/en/connector-v2/sink/Doris.md
index dc177a3962..a7e2fabfc6 100644
--- a/docs/en/connector-v2/sink/Doris.md
+++ b/docs/en/connector-v2/sink/Doris.md
@@ -47,7 +47,7 @@ The internal implementation of Doris sink connector is cached
and imported by st
| table | String | Yes | -
| The table name of `Doris` table, use `${table_name}` to represent the
upstream table name
|
| table.identifier | String | Yes | -
| The name of `Doris` table, it will deprecate after version 2.3.5,
please use `database` and `table` instead.
|
| sink.label-prefix | String | Yes | -
| The label prefix used by stream load imports. In the 2pc scenario,
global uniqueness is required to ensure the EOS semantics of SeaTunnel.
|
-| sink.enable-2pc | bool | No | false
| Whether to enable two-phase commit (2pc), the default is false. For
two-phase commit, please refer to
[here](https://doris.apache.org/docs/dev/sql-manual/sql-statements/Data-Manipulation-Statements/Load/STREAM-LOAD/).
|
+| sink.enable-2pc | bool | No | false
| Whether to enable two-phase commit (2pc), the default is false. For
two-phase commit, please refer to
[here](https://doris.apache.org/docs/data-operate/transaction?_highlight=two&_highlight=phase#stream-load-2pc).
|
| sink.enable-delete | bool | No | -
| Whether to enable deletion. This option requires Doris table to enable
batch delete function (0.15+ version is enabled by default), and only supports
Unique model. you can get more detail at this
[link](https://doris.apache.org/docs/dev/data-operate/delete/batch-delete-manual/)
|
| sink.check-interval | int | No | 10000
| check exception with the interval while loading
|
| sink.max-retries | int | No | 3
| the max retry times if writing records to database failed
|
diff --git a/docs/zh/connector-v2/sink/Doris.md
b/docs/zh/connector-v2/sink/Doris.md
index 66fbe728ae..f0504977ae 100644
--- a/docs/zh/connector-v2/sink/Doris.md
+++ b/docs/zh/connector-v2/sink/Doris.md
@@ -46,7 +46,7 @@ Doris Sink连接器的内部实现是通过stream load批量缓存和导入的
| table | String | Yes | -
| `Doris` 表名, 使用 `${table_name}` 表示上游表名。
|
| table.identifier | String | Yes | -
| `Doris` 表的名称,2.3.5 版本后将弃用,请使用 `database` 和 `table` 代替。
|
| sink.label-prefix | String | Yes | -
| stream load导入使用的标签前缀。 在2pc场景下,需要全局唯一性来保证SeaTunnel的EOS语义。
|
-| sink.enable-2pc | bool | No | false
| 是否启用两阶段提交(2pc),默认为 false。
对于两阶段提交,请参考[此处](https://doris.apache.org/docs/dev/sql-manual/sql-statements/Data-Manipulation-Statements/Load/STREAM-LOAD/)。
|
+| sink.enable-2pc | bool | No | false
| 是否启用两阶段提交(2pc),默认为 false。
对于两阶段提交,请参考[此处](https://doris.apache.org/docs/data-operate/transaction?_highlight=two&_highlight=phase#stream-load-2pc)。
|
| sink.enable-delete | bool | No | -
| 是否启用删除。 该选项需要Doris表开启批量删除功能(0.15+版本默认开启),且仅支持Unique模型。
您可以在此[link](https://doris.apache.org/docs/dev/data-operate/delete/batch-delete-manual/)获得更多详细信息
|
| sink.check-interval | int | No | 10000
| 加载过程中检查异常时间间隔。
|
| sink.max-retries | int | No | 3
| 向数据库写入记录失败时的最大重试次数。
|