This is an automated email from the ASF dual-hosted git repository.
diwu 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 c90b73d967c [doc](ecosystem) update kettle plugin add options (#1347)
c90b73d967c is described below
commit c90b73d967c27e474f273bac2468087dd6c6cad4
Author: wudi <[email protected]>
AuthorDate: Fri Nov 15 15:59:29 2024 +0800
[doc](ecosystem) update kettle plugin add options (#1347)
# Versions
- [x] dev
- [x] 3.0
- [x] 2.1
- [x] 2.0
# Languages
- [x] Chinese
- [x] English
---
common_docs_zh/ecosystem/datax.md | 2 +-
common_docs_zh/ecosystem/kettle.md | 3 ++-
ecosystem/datax.md | 2 +-
ecosystem/kettle.md | 3 ++-
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/common_docs_zh/ecosystem/datax.md
b/common_docs_zh/ecosystem/datax.md
index 12d63014b9a..df6e18e4571 100644
--- a/common_docs_zh/ecosystem/datax.md
+++ b/common_docs_zh/ecosystem/datax.md
@@ -28,7 +28,7 @@ under the License.
[DataX](https://github.com/alibaba/DataX) Doriswriter 插件,支持将
MySQL、Oracle、SqlServer 等多种数据源中的数据通过 Stream Load的方式同步到 Doris 中。
-:::注意
+:::info 注意
1. 需要配合 DataX 服务一起使用。
2.
DataX支持多种数据源,可参考[这里](https://github.com/alibaba/DataX#support-data-channels)。
:::
diff --git a/common_docs_zh/ecosystem/kettle.md
b/common_docs_zh/ecosystem/kettle.md
index 9a2130b00fd..a1cb7febb82 100644
--- a/common_docs_zh/ecosystem/kettle.md
+++ b/common_docs_zh/ecosystem/kettle.md
@@ -78,4 +78,5 @@ mvn clean package -DskipTests
| 单次导入最大行数 | 10000 | N | 单次导入的最大行数 |
| 单次导入最大字节 | 10485760(10MB) | N | 单次导入的最大字节大小 |
| 导入重试次数 | 3 | N | 导入失败之后的重试次数 |
-| StreamLoad属性 | -- | N | Streamload的请求头 |
\ No newline at end of file
+| Stream Load属性 | -- | N | Stream Load的请求头 |
+| 删除模式 | N | N | 是否开启删除模式。默认情况下,Stream
Load执行插入操作,开启删除模式后,Stream Load写入均为删除操作 |
\ No newline at end of file
diff --git a/ecosystem/datax.md b/ecosystem/datax.md
index 65de9b53bde..3e69e38071e 100644
--- a/ecosystem/datax.md
+++ b/ecosystem/datax.md
@@ -28,7 +28,7 @@ under the License.
The [DataX](https://github.com/alibaba/DataX) Doriswriter plugin supports
synchronizing data from various data sources, such as MySQL, Oracle, and SQL
Server, into Doris using the Stream Load method.
-:::Note
+:::info Note
This plugin needs to be used together with the DataX service.
DataX supports multiple data sources. For more details, see here.
:::
diff --git a/ecosystem/kettle.md b/ecosystem/kettle.md
index 4d0753ccaa1..93c6886d272 100644
--- a/ecosystem/kettle.md
+++ b/ecosystem/kettle.md
@@ -75,4 +75,5 @@ Click Start Running the Job to complete data synchronization
| Maximum number of rows for a single import | 10000 | N | Maximum number of
rows for a single import |
| Maximum bytes for a single import | 10485760 (10MB) | N | Maximum byte size
for a single import |
| Number of import retries | 3 | N | Number of retries after import failure |
-| StreamLoad properties | -- | N | Streamload request header |
\ No newline at end of file
+| StreamLoad properties | -- | N | Streamload request header |
+| Delete Mode | N | N | Whether to enable delete mode. By default, Stream Load
performs insert operations. After the delete mode is enabled, all Stream Load
writes are delete operations. |
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]