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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f05e42  [INLONG-2252] Remove <> character in sort-standalone 
quick_start.md. (#262)
0f05e42 is described below

commit 0f05e423d202ce975174fe78a46aae5e2714ba78
Author: 卢春亮 <[email protected]>
AuthorDate: Fri Jan 21 10:02:59 2022 +0800

    [INLONG-2252] Remove <> character in sort-standalone quick_start.md. (#262)
---
 docs/modules/sort-standalone/quick_start.md                         | 6 +++---
 .../current/modules/sort-standalone/quick_start.md                  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/modules/sort-standalone/quick_start.md 
b/docs/modules/sort-standalone/quick_start.md
index 194e20b..bd3a909 100644
--- a/docs/modules/sort-standalone/quick_start.md
+++ b/docs/modules/sort-standalone/quick_start.md
@@ -32,15 +32,15 @@ At first, decompress the archive file, execute the shell 
file "./bin/sort-start.
 |  Parameter | Required  | DefaultValue  |Remark   |
 | ------------ | ------------ | ------------ | ------------ |
 |clusterName   | Y | NA  |  inlong-sort-standalone cluster id |
-|sortTasks   | Y  | NA  | sort task list, the type is List<SortTaskConfig>  |
+|sortTasks   | Y  | NA  | Sort task list  |
 
 ### SortTaskConfig
 |  Parameter | Required  | DefaultValue  |Remark   |
 | ------------ | ------------ | ------------ | ------------ |
 |name   | Y | NA  |  sort task name |
 |type   | Y  | NA  | sort task type, for example:HIVE("hive"), TUBE("tube"), 
KAFKA("kafka"), PULSAR("pulsar"), ElasticSearch("ElasticSearch"), UNKNOWN("n")  
|
-|idParams   | Y  | NA  | Inlong DataStream configuration, the type is 
List<Map<String, String>>  |
-|sinkParams   | Y  | NA  | Sort task parameters, the type is Map<String, 
String>  |
+|idParams   | Y  | NA  | Inlong DataStream configuration  |
+|sinkParams   | Y  | NA  | Sort task parameters  |
 
 ### idParams content of Hive sort task
 |  Parameter | Required  | DefaultValue  |Remark   |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort-standalone/quick_start.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort-standalone/quick_start.md
index 36c5afe..aecaf60 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort-standalone/quick_start.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort-standalone/quick_start.md
@@ -37,15 +37,15 @@ sidebar_position: 2
 |  配置名 | 是否必须  | 默认值  |描述   |
 | ------------ | ------------ | ------------ | ------------ |
 |clusterName   | Y | NA  |  用来唯一标识一个inlong-sort-standalone集群 |
-|sortTasks   | Y  | NA  | List<SortTaskConfig>存储多个分发任务  |
+|sortTasks   | Y  | NA  | 分发任务列表  |
 
 ### SortTaskConfig配置
 |  配置名 | 是否必须  | 默认值  |描述   |
 | ------------ | ------------ | ------------ | ------------ |
 |name   | Y | NA  |  分发任务名 |
 |type   | Y  | NA  | 分发任务类型,如HIVE("hive"), TUBE("tube"), KAFKA("kafka"), 
PULSAR("pulsar"), ElasticSearch("ElasticSearch"), UNKNOWN("n")  |
-|idParams   | Y  | NA  | List<Map<String, String>>存储多个Inlong数据流参数  |
-|sinkParams   | Y  | NA  | Map<String, String>存储分发任务的参数  |
+|idParams   | Y  | NA  | Inlong数据流参数列表  |
+|sinkParams   | Y  | NA  | 分发任务的参数  |
 
 ### Hive分发任务的idParams
 |  配置名 | 是否必须  | 默认值  |描述   |

Reply via email to