Skip to content

Commit 141dc16

Browse files
litiliulitiliu
and
litiliu
authored
[Doc][Fix]fix deadlink (#8555)
Co-authored-by: litiliu <[email protected]>
1 parent 0727a58 commit 141dc16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/connector-v2/sink/Doris.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The internal implementation of Doris sink connector is cached and imported by st
4747
| table | String | Yes | - | The table name of `Doris` table, use `${table_name}` to represent the upstream table name |
4848
| table.identifier | String | Yes | - | The name of `Doris` table, it will deprecate after version 2.3.5, please use `database` and `table` instead. |
4949
| 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. |
50-
| 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/). |
50+
| 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). |
5151
| 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/) |
5252
| sink.check-interval | int | No | 10000 | check exception with the interval while loading |
5353
| sink.max-retries | int | No | 3 | the max retry times if writing records to database failed |

docs/zh/connector-v2/sink/Doris.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Doris Sink连接器的内部实现是通过stream load批量缓存和导入的
4646
| table | String | Yes | - | `Doris` 表名, 使用 `${table_name}` 表示上游表名。 |
4747
| table.identifier | String | Yes | - | `Doris` 表的名称,2.3.5 版本后将弃用,请使用 `database``table` 代替。 |
4848
| sink.label-prefix | String | Yes | - | stream load导入使用的标签前缀。 在2pc场景下,需要全局唯一性来保证SeaTunnel的EOS语义。 |
49-
| sink.enable-2pc | bool | No | false | 是否启用两阶段提交(2pc),默认为 false。 对于两阶段提交,请参考[此处](https://doris.apache.org/docs/dev/sql-manual/sql-statements/Data-Manipulation-Statements/Load/STREAM-LOAD/)|
49+
| sink.enable-2pc | bool | No | false | 是否启用两阶段提交(2pc),默认为 false。 对于两阶段提交,请参考[此处](https://doris.apache.org/docs/data-operate/transaction?_highlight=two&_highlight=phase#stream-load-2pc)|
5050
| sink.enable-delete | bool | No | - | 是否启用删除。 该选项需要Doris表开启批量删除功能(0.15+版本默认开启),且仅支持Unique模型。 您可以在此[link](https://doris.apache.org/docs/dev/data-operate/delete/batch-delete-manual/)获得更多详细信息 |
5151
| sink.check-interval | int | No | 10000 | 加载过程中检查异常时间间隔。 |
5252
| sink.max-retries | int | No | 3 | 向数据库写入记录失败时的最大重试次数。 |

0 commit comments

Comments
 (0)