This is an automated email from the ASF dual-hosted git repository.

yiguolei 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 7568a3095f9 fix Word spelling error (#2409)
7568a3095f9 is described below

commit 7568a3095f934a4fdc18d337731488889b697a3c
Author: AndersZ <[email protected]>
AuthorDate: Mon May 26 09:26:30 2025 +0800

    fix Word spelling error (#2409)
    
    "parallelusm" -> "parallelism"
---
 .../version-2.0/data-operate/export/export-manual.md                  | 4 ++--
 versioned_docs/version-2.0/data-operate/export/export-manual.md       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/export/export-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/export/export-manual.md
index 7d9482efe4d..6df8668ea6c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/export/export-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/export/export-manual.md
@@ -62,7 +62,7 @@ PROPERTIES
     "label" = "mylabel",
     "column_separator"=",",
     "columns" = "col1,col2",
-    "parallelusm" = "3"
+    "parallelism" = "3"
 )
 WITH BROKER "hdfs"
 (
@@ -79,7 +79,7 @@ WITH BROKER "hdfs"
 
 * `line_delimiter`:行分隔符。默认为 `\n`。支持不可见字符,比如 `\x07`。
 
-* `parallelusm`:并发 3 个线程去导出。
+* `parallelism`:并发 3 个线程去导出。
 
 ### 导出到对象存储
 
diff --git a/versioned_docs/version-2.0/data-operate/export/export-manual.md 
b/versioned_docs/version-2.0/data-operate/export/export-manual.md
index 5a1f43ba483..0bfd71b25d6 100644
--- a/versioned_docs/version-2.0/data-operate/export/export-manual.md
+++ b/versioned_docs/version-2.0/data-operate/export/export-manual.md
@@ -64,7 +64,7 @@ PROPERTIES
     "label" = "mylabel",
     "column_separator"=",",
     "columns" = "col1,col2",
-    "parallelusm" = "3"
+    "parallelism" = "3"
 )
 WITH BROKER "hdfs"
 (
@@ -81,7 +81,7 @@ WITH BROKER "hdfs"
 
 * `line_delimiter`: Line separator. The default is `\n`. Supports invisible 
characters, such as'\x07'.
 
-* `parallelusm`:Exporting with 3 concurrent threads.
+* `parallelism`:Exporting with 3 concurrent threads.
 
 ### Export to Object Storage (Supports S3 Protocol)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to