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

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 19229b995e fix engine-pipline-doc (#455)
19229b995e is described below

commit 19229b995eda733be2ca8b64cc3813c2dbd60bbc
Author: QuintinTao <[email protected]>
AuthorDate: Thu Jul 28 21:16:33 2022 +0800

    fix engine-pipline-doc (#455)
    
    * fix engine-pipline-doc
---
 docs/engine_usage/pipeline.md                               | 11 ++++++-----
 .../current/engine_usage/pipeline.md                        | 13 +++++++------
 .../version-1.1.1/engine_usage/pipeline.md                  | 12 ++++++------
 .../version-1.1.2/engine_usage/pipeline.md                  | 12 ++++++------
 versioned_docs/version-1.1.1/engine_usage/pipeline.md       | 10 +++++-----
 versioned_docs/version-1.1.2/engine_usage/pipeline.md       | 10 +++++-----
 6 files changed, 35 insertions(+), 33 deletions(-)

diff --git a/docs/engine_usage/pipeline.md b/docs/engine_usage/pipeline.md
index 3c4dea3a7d..441af1d6d9 100644
--- a/docs/engine_usage/pipeline.md
+++ b/docs/engine_usage/pipeline.md
@@ -106,15 +106,16 @@ A file importing script to B folder
 from hdfs:///000/000/000/A.csv to file:///000/000/B/
 ```
 - `from` grammar,`to`:grammar
-- `hdfs:///000/000/000/A.csv`:Output file path and file
-- `file:///000/000/B/`: Input file path and file
+- `hdfs:///000/000/000/A.csv`:Input file path
+- `file:///000/000/B/`: Output path
 
-B file import script to a folder
+
+file B is exported as file A
 ```bash
 from hdfs:///000/000/000/B.csv to file:///000/000/000/A.CSV
 ```
-- `hdfs:///000/000/000/B.csv`: Output file path and file
-- `file:///000/000/A/`: Input file path and file
+- `hdfs:///000/000/000/B.csv`: Input file path
+- `file:///000/000/000/A.CSV`: Output file path
 
 ![](/Images-zh/EngineConnNew/to_write.png)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine_usage/pipeline.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine_usage/pipeline.md
index 485b482c39..0f798f79b4 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine_usage/pipeline.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine_usage/pipeline.md
@@ -100,21 +100,22 @@ from hdfs:///000/000/000/A.txt to 
file:///000/000/000/B.txt
 ```
 
 
-A文件向B文件夹导入脚本 
+文件A导出为文件B
 ```bash
 from hdfs:///000/000/000/A.csv to file:///000/000/000/B.csv
 ```
 
 - `from path to path`
-- `hdfs:///000/000/000/A.csv`: 输出文件路径及文件
-- `file:///000/000/000/B.csv`: 输入文件路径及文件
+- `hdfs:///000/000/000/A.csv`: 输入文件路径及文件
+- `file:///000/000/000/B.csv`: 输出文件路径及文件
 
-B文件向A文件夹导入脚本
+
+文件B导出为文件A
 ```bash
 from hdfs:///000/000/000/B.csv to file:///000/000/000/A.CSV
 ```
-- `hdfs:///000/000/000/B.csv`: 输出文件路径及文件
-- `file:///000/000/000/B.csv`: 输入文件路径及文件
+- `hdfs:///000/000/000/B.csv`: 输入文件路径及文件
+- `file:///000/000/000/A.CSV`: 输出文件路径及文件
 
 ![](/Images-zh/EngineConnNew/to_write.png)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/engine_usage/pipeline.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/engine_usage/pipeline.md
index 485b482c39..3bc6be11c1 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/engine_usage/pipeline.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/engine_usage/pipeline.md
@@ -100,21 +100,21 @@ from hdfs:///000/000/000/A.txt to 
file:///000/000/000/B.txt
 ```
 
 
-A文件向B文件夹导入脚本 
+文件A导出为文件B
 ```bash
 from hdfs:///000/000/000/A.csv to file:///000/000/000/B.csv
 ```
 
 - `from path to path`
-- `hdfs:///000/000/000/A.csv`: 输出文件路径及文件
-- `file:///000/000/000/B.csv`: 输入文件路径及文件
+- `hdfs:///000/000/000/A.csv`: 输入文件路径及文件
+- `file:///000/000/000/B.csv`: 输出文件路径及文件
 
-B文件向A文件夹导入脚本
+文件B导出为文件A
 ```bash
 from hdfs:///000/000/000/B.csv to file:///000/000/000/A.CSV
 ```
-- `hdfs:///000/000/000/B.csv`: 输出文件路径及文件
-- `file:///000/000/000/B.csv`: 输入文件路径及文件
+- `hdfs:///000/000/000/B.csv`: 输入文件路径及文件
+- `file:///000/000/000/B.csv`: 输出文件路径及文件
 
 ![](/Images-zh/EngineConnNew/to_write.png)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/engine_usage/pipeline.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/engine_usage/pipeline.md
index 485b482c39..3bc6be11c1 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/engine_usage/pipeline.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/engine_usage/pipeline.md
@@ -100,21 +100,21 @@ from hdfs:///000/000/000/A.txt to 
file:///000/000/000/B.txt
 ```
 
 
-A文件向B文件夹导入脚本 
+文件A导出为文件B
 ```bash
 from hdfs:///000/000/000/A.csv to file:///000/000/000/B.csv
 ```
 
 - `from path to path`
-- `hdfs:///000/000/000/A.csv`: 输出文件路径及文件
-- `file:///000/000/000/B.csv`: 输入文件路径及文件
+- `hdfs:///000/000/000/A.csv`: 输入文件路径及文件
+- `file:///000/000/000/B.csv`: 输出文件路径及文件
 
-B文件向A文件夹导入脚本
+文件B导出为文件A
 ```bash
 from hdfs:///000/000/000/B.csv to file:///000/000/000/A.CSV
 ```
-- `hdfs:///000/000/000/B.csv`: 输出文件路径及文件
-- `file:///000/000/000/B.csv`: 输入文件路径及文件
+- `hdfs:///000/000/000/B.csv`: 输入文件路径及文件
+- `file:///000/000/000/B.csv`: 输出文件路径及文件
 
 ![](/Images-zh/EngineConnNew/to_write.png)
 
diff --git a/versioned_docs/version-1.1.1/engine_usage/pipeline.md 
b/versioned_docs/version-1.1.1/engine_usage/pipeline.md
index f35e192ed8..7017c50c6f 100644
--- a/versioned_docs/version-1.1.1/engine_usage/pipeline.md
+++ b/versioned_docs/version-1.1.1/engine_usage/pipeline.md
@@ -106,15 +106,15 @@ A file importing script to B folder
 from hdfs:///000/000/000/A.csv to file:///000/000/B/
 ```
 - `from` grammar,`to`:grammar
-- `hdfs:///000/000/000/A.csv`:Output file path and file
-- `file:///000/000/B/`: Input file path and file
+- `hdfs:///000/000/000/A.csv`:Input file path
+- `file:///000/000/B/`: Output path
 
-B file import script to a folder
+file B is exported as file A
 ```bash
 from hdfs:///000/000/000/B.csv to file:///000/000/000/A.CSV
 ```
-- `hdfs:///000/000/000/B.csv`: Output file path and file
-- `file:///000/000/A/`: Input file path and file
+- `hdfs:///000/000/000/B.csv`: Input  file path
+- `file:///000/000/000/A.CSV`: Output file path
 
 ![](/Images-zh/EngineConnNew/to_write.png)
 
diff --git a/versioned_docs/version-1.1.2/engine_usage/pipeline.md 
b/versioned_docs/version-1.1.2/engine_usage/pipeline.md
index f35e192ed8..5a3710bcf5 100644
--- a/versioned_docs/version-1.1.2/engine_usage/pipeline.md
+++ b/versioned_docs/version-1.1.2/engine_usage/pipeline.md
@@ -106,15 +106,15 @@ A file importing script to B folder
 from hdfs:///000/000/000/A.csv to file:///000/000/B/
 ```
 - `from` grammar,`to`:grammar
-- `hdfs:///000/000/000/A.csv`:Output file path and file
-- `file:///000/000/B/`: Input file path and file
+- `hdfs:///000/000/000/A.csv`:Input file path
+- `file:///000/000/B/`: Output path
 
-B file import script to a folder
+file B is exported as file A
 ```bash
 from hdfs:///000/000/000/B.csv to file:///000/000/000/A.CSV
 ```
-- `hdfs:///000/000/000/B.csv`: Output file path and file
-- `file:///000/000/A/`: Input file path and file
+- `hdfs:///000/000/000/B.csv`: Input file path
+- `file:///000/000/000/A.CSV`: Output file path
 
 ![](/Images-zh/EngineConnNew/to_write.png)
 


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

Reply via email to