This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 3f4740e1746 Datax doris writer doc fix
3f4740e1746 is described below
commit 3f4740e1746830118fed82f63b830f8d603497ee
Author: jiafeng.zhang <[email protected]>
AuthorDate: Thu Nov 17 10:58:53 2022 +0800
Datax doris writer doc fix
---
docs/ecosystem/datax.md | 2 +-
i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/datax.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/ecosystem/datax.md b/docs/ecosystem/datax.md
index 9968212ba8f..73fa258b0cc 100644
--- a/docs/ecosystem/datax.md
+++ b/docs/ecosystem/datax.md
@@ -164,7 +164,7 @@ After compiling, you can see the datax.tar.gz package under
`datax/target/Datax`
* **maxBatchRows**
- - Description: The maximum number of rows for each batch of imported data.
Together with **maxBatchSize**, it controls the number of imported record rows
per batch. When each batch of data reaches one of the two thresholds, the data
of this batch will start to be imported.
+ - Description: The maximum number of rows for each batch of imported data.
Together with **batchSize**, it controls the number of imported record rows per
batch. When each batch of data reaches one of the two thresholds, the data of
this batch will start to be imported.
- Mandatory: No
- Default: 500000
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/datax.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/datax.md
index 2d623827ebd..35bee9b0053 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/datax.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/datax.md
@@ -164,7 +164,7 @@ mvn package assembly:assembly -Dmaven.test.skip=true
* **maxBatchRows**
- - 描述:每批次导入数据的最大行数。和 **maxBatchSize**
共同控制每批次的导入记录行数。每批次数据达到两个阈值之一,即开始导入这一批次的数据。
+ - 描述:每批次导入数据的最大行数。和 **batchSize** 共同控制每批次的导入记录行数。每批次数据达到两个阈值之一,即开始导入这一批次的数据。
- 必选:否
- 默认值:500000
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]