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 c43bd4077d Fix English document formatting (#612)
c43bd4077d is described below
commit c43bd4077d3b9fb8957b425c430bcded22d1ff87
Author: 成彬彬 <[email protected]>
AuthorDate: Mon Nov 28 11:18:34 2022 +0800
Fix English document formatting (#612)
* Fix English document formatting
---
docs/engine-usage/pipeline.md | 2 +-
docs/user-guide/how-to-use.md | 4 ++--
docs/user-guide/udf.md | 4 ++--
versioned_docs/version-1.1.0/user-guide/how-to-use.md | 4 ++--
versioned_docs/version-1.1.1/engine-usage/pipeline.md | 2 +-
versioned_docs/version-1.1.1/user-guide/how-to-use.md | 4 ++--
versioned_docs/version-1.1.1/user-guide/udf.md | 4 ++--
versioned_docs/version-1.1.2/engine-usage/pipeline.md | 2 +-
versioned_docs/version-1.1.2/user-guide/how-to-use.md | 4 ++--
versioned_docs/version-1.1.2/user-guide/udf.md | 4 ++--
versioned_docs/version-1.1.3/engine-usage/pipeline.md | 2 +-
versioned_docs/version-1.1.3/user-guide/how-to-use.md | 4 ++--
versioned_docs/version-1.1.3/user-guide/udf.md | 4 ++--
versioned_docs/version-1.2.0/engine-usage/pipeline.md | 2 +-
versioned_docs/version-1.2.0/user-guide/how-to-use.md | 4 ++--
versioned_docs/version-1.2.0/user-guide/udf.md | 4 ++--
versioned_docs/version-1.3.0/engine-usage/pipeline.md | 2 +-
versioned_docs/version-1.3.0/user-guide/how-to-use.md | 4 ++--
versioned_docs/version-1.3.0/user-guide/udf.md | 4 ++--
19 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/docs/engine-usage/pipeline.md b/docs/engine-usage/pipeline.md
index 67a57ea949..edda8a4fda 100644
--- a/docs/engine-usage/pipeline.md
+++ b/docs/engine-usage/pipeline.md
@@ -25,7 +25,7 @@ mvn clean install
### 1.2 Material deployment and loading
-将 1.1 The engine package compiled in step, located in
+The engine package compiled in step 1.1 is located in
```bash
${linkis_code_dir}/linkis-engineconn-pluginspipeline/target/out/pipeline
diff --git a/docs/user-guide/how-to-use.md b/docs/user-guide/how-to-use.md
index fb8e922776..8c5957802f 100644
--- a/docs/user-guide/how-to-use.md
+++ b/docs/user-guide/how-to-use.md
@@ -18,12 +18,12 @@ If you need to connect to other applications on the basis
of Linkis, you need to
If you need to use Linkis to complete interactive online analysis and
processing, and you do not need data analysis application tools such as
workflow development, workflow scheduling, data services, etc., you can Install
[**Scriptis**](https://github.com/WeBankFinTech/Scriptis) separately. For
detailed installation tutorial, please refer to its corresponding installation
and deployment documents.
-## 2.1. Use Scriptis to execute scripts
+### 2.1. Use Scriptis to execute scripts
Currently Scriptis supports submitting a variety of task types to Linkis,
including Spark SQL, Hive SQL, Scala, PythonSpark, etc. In order to meet the
needs of data analysis, the left side of Scriptis, Provides viewing user
workspace information, user database and table information, user-defined
functions, and HDFS directories. It also supports uploading and downloading,
result set exporting and other functions. Scriptis is very simple to use
Linkis, you can easily write scripts in the e [...]

-## 2.2. Scriptis Management Console
+### 2.2. Scriptis Management Console
Linkis provides an interface for resource configuration and management. If you
want to configure and manage task resources, you can set it on the Scriptis
management console interface, including queue settings and resource
configuration , The number of engine instances, etc. Through the management
console, you can easily configure the resources for submitting tasks to Linkis,
making it more convenient and faster.

diff --git a/docs/user-guide/udf.md b/docs/user-guide/udf.md
index c4b39974af..49550556a7 100644
--- a/docs/user-guide/udf.md
+++ b/docs/user-guide/udf.md
@@ -81,7 +81,7 @@ Click the delete button of the corresponding udf, note: all
versions of the udf

-##3 UDF usage
+## 3 UDF usage
If you want to make the UDF you created valid for use in the program, you need
to load the UDF. The entrance of "load"/"unload" is: enter the UDF function on
the left side of scriptis -> personal function, the created UDF is in the
personal function list.
Note 1: When adding a UDF, if it is not automatically unchecked on the page,
it will be loaded by default.
@@ -100,7 +100,7 @@ Expiration function: It is also a shared function, but the
sharer marks it as ex
-##4 UDF sharing
+## 4 UDF sharing
Prerequisite: The sharing function needs to be used by the user as an
administrator, otherwise the front-end page will not provide an operation entry.
Click the share button of udf: the content box will pop up, enter the list of
users you want to share (comma separated).
diff --git a/versioned_docs/version-1.1.0/user-guide/how-to-use.md
b/versioned_docs/version-1.1.0/user-guide/how-to-use.md
index 1cf5fe4a56..49196f8680 100644
--- a/versioned_docs/version-1.1.0/user-guide/how-to-use.md
+++ b/versioned_docs/version-1.1.0/user-guide/how-to-use.md
@@ -18,12 +18,12 @@ sidebar_position: 1
If you need to use Linkis to
complete interactive online analysis and processing, and you do not need data
analysis application tools such as workflow development, workflow scheduling,
data services, etc., you can Install
[**Scriptis**](https://github.com/WeBankFinTech/Scriptis) separately. For
detailed installation tutorial, please refer to its corresponding installation
and deployment documents.
-## 2.1. Use Scriptis to execute scripts
+### 2.1. Use Scriptis to execute scripts
Currently Scriptis supports
submitting a variety of task types to Linkis, including Spark SQL, Hive SQL,
Scala, PythonSpark, etc. In order to meet the needs of data analysis, the left
side of Scriptis, Provides viewing user workspace information, user database
and table information, user-defined functions, and HDFS directories. It also
supports uploading and downloading, result set exporting and other functions.
Scriptis is very simple to u [...]

-## 2.2. Scriptis Management Console
+### 2.2. Scriptis Management Console
Linkis provides an interface
for resource configuration and management. If you want to configure and manage
task resources, you can set it on the Scriptis management console interface,
including queue settings and resource configuration , The number of engine
instances, etc. Through the management console, you can easily configure the
resources for submitting tasks to Linkis, making it more convenient and faster.

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 463f47e271..29fdbc18f8 100644
--- a/versioned_docs/version-1.1.1/engine-usage/pipeline.md
+++ b/versioned_docs/version-1.1.1/engine-usage/pipeline.md
@@ -25,7 +25,7 @@ mvn clean install
### 1.2 Material deployment and loading
-将 1.1 The engine package compiled in step, located in
+The engine package compiled in step 1.1 is located in
```bash
${linkis_code_dir}/linkis-engineconn-plugins/engineconn-plugins/pipeline/target/out/pipeline
diff --git a/versioned_docs/version-1.1.1/user-guide/how-to-use.md
b/versioned_docs/version-1.1.1/user-guide/how-to-use.md
index 1cf5fe4a56..49196f8680 100644
--- a/versioned_docs/version-1.1.1/user-guide/how-to-use.md
+++ b/versioned_docs/version-1.1.1/user-guide/how-to-use.md
@@ -18,12 +18,12 @@ sidebar_position: 1
If you need to use Linkis to
complete interactive online analysis and processing, and you do not need data
analysis application tools such as workflow development, workflow scheduling,
data services, etc., you can Install
[**Scriptis**](https://github.com/WeBankFinTech/Scriptis) separately. For
detailed installation tutorial, please refer to its corresponding installation
and deployment documents.
-## 2.1. Use Scriptis to execute scripts
+### 2.1. Use Scriptis to execute scripts
Currently Scriptis supports
submitting a variety of task types to Linkis, including Spark SQL, Hive SQL,
Scala, PythonSpark, etc. In order to meet the needs of data analysis, the left
side of Scriptis, Provides viewing user workspace information, user database
and table information, user-defined functions, and HDFS directories. It also
supports uploading and downloading, result set exporting and other functions.
Scriptis is very simple to u [...]

-## 2.2. Scriptis Management Console
+### 2.2. Scriptis Management Console
Linkis provides an interface
for resource configuration and management. If you want to configure and manage
task resources, you can set it on the Scriptis management console interface,
including queue settings and resource configuration , The number of engine
instances, etc. Through the management console, you can easily configure the
resources for submitting tasks to Linkis, making it more convenient and faster.

diff --git a/versioned_docs/version-1.1.1/user-guide/udf.md
b/versioned_docs/version-1.1.1/user-guide/udf.md
index 1b054282e0..2f81a69f33 100644
--- a/versioned_docs/version-1.1.1/user-guide/udf.md
+++ b/versioned_docs/version-1.1.1/user-guide/udf.md
@@ -81,7 +81,7 @@ Click the delete button of the corresponding udf, note: all
versions of the udf

-##3 UDF usage
+## 3 UDF usage
If you want to make the UDF you created valid for use in the program, you need
to load the UDF. The entrance of "load"/"unload" is: enter the UDF function on
the left side of scriptis -> personal function, the created UDF is in the
personal function list.
Note 1: When adding a UDF, if it is not automatically unchecked on the page,
it will be loaded by default.
@@ -100,7 +100,7 @@ Expiration function: It is also a shared function, but the
sharer marks it as ex
-##4 UDF sharing
+## 4 UDF sharing
Prerequisite: The sharing function needs to be used by the user as an
administrator, otherwise the front-end page will not provide an operation entry.
Click the share button of udf: the content box will pop up, enter the list of
users you want to share (comma separated).
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 2be9d7541e..cf0e9faf89 100644
--- a/versioned_docs/version-1.1.2/engine-usage/pipeline.md
+++ b/versioned_docs/version-1.1.2/engine-usage/pipeline.md
@@ -25,7 +25,7 @@ mvn clean install
### 1.2 Material deployment and loading
-将 1.1 The engine package compiled in step, located in
+The engine package compiled in step 1.1 is located in
```bash
${linkis_code_dir}/linkis-engineconn-plugins/engineconn-plugins/pipeline/target/out/pipeline
diff --git a/versioned_docs/version-1.1.2/user-guide/how-to-use.md
b/versioned_docs/version-1.1.2/user-guide/how-to-use.md
index 1cf5fe4a56..49196f8680 100644
--- a/versioned_docs/version-1.1.2/user-guide/how-to-use.md
+++ b/versioned_docs/version-1.1.2/user-guide/how-to-use.md
@@ -18,12 +18,12 @@ sidebar_position: 1
If you need to use Linkis to
complete interactive online analysis and processing, and you do not need data
analysis application tools such as workflow development, workflow scheduling,
data services, etc., you can Install
[**Scriptis**](https://github.com/WeBankFinTech/Scriptis) separately. For
detailed installation tutorial, please refer to its corresponding installation
and deployment documents.
-## 2.1. Use Scriptis to execute scripts
+### 2.1. Use Scriptis to execute scripts
Currently Scriptis supports
submitting a variety of task types to Linkis, including Spark SQL, Hive SQL,
Scala, PythonSpark, etc. In order to meet the needs of data analysis, the left
side of Scriptis, Provides viewing user workspace information, user database
and table information, user-defined functions, and HDFS directories. It also
supports uploading and downloading, result set exporting and other functions.
Scriptis is very simple to u [...]

-## 2.2. Scriptis Management Console
+### 2.2. Scriptis Management Console
Linkis provides an interface
for resource configuration and management. If you want to configure and manage
task resources, you can set it on the Scriptis management console interface,
including queue settings and resource configuration , The number of engine
instances, etc. Through the management console, you can easily configure the
resources for submitting tasks to Linkis, making it more convenient and faster.

diff --git a/versioned_docs/version-1.1.2/user-guide/udf.md
b/versioned_docs/version-1.1.2/user-guide/udf.md
index 1b054282e0..2f81a69f33 100644
--- a/versioned_docs/version-1.1.2/user-guide/udf.md
+++ b/versioned_docs/version-1.1.2/user-guide/udf.md
@@ -81,7 +81,7 @@ Click the delete button of the corresponding udf, note: all
versions of the udf

-##3 UDF usage
+## 3 UDF usage
If you want to make the UDF you created valid for use in the program, you need
to load the UDF. The entrance of "load"/"unload" is: enter the UDF function on
the left side of scriptis -> personal function, the created UDF is in the
personal function list.
Note 1: When adding a UDF, if it is not automatically unchecked on the page,
it will be loaded by default.
@@ -100,7 +100,7 @@ Expiration function: It is also a shared function, but the
sharer marks it as ex
-##4 UDF sharing
+## 4 UDF sharing
Prerequisite: The sharing function needs to be used by the user as an
administrator, otherwise the front-end page will not provide an operation entry.
Click the share button of udf: the content box will pop up, enter the list of
users you want to share (comma separated).
diff --git a/versioned_docs/version-1.1.3/engine-usage/pipeline.md
b/versioned_docs/version-1.1.3/engine-usage/pipeline.md
index 02cf04b193..5b012adb3a 100644
--- a/versioned_docs/version-1.1.3/engine-usage/pipeline.md
+++ b/versioned_docs/version-1.1.3/engine-usage/pipeline.md
@@ -25,7 +25,7 @@ mvn clean install
### 1.2 Material deployment and loading
-将 1.1 The engine package compiled in step, located in
+The engine package compiled in step 1.1 is located in
```bash
${linkis_code_dir}/linkis-engineconn-plugins/engineconn-plugins/pipeline/target/out/pipeline
diff --git a/versioned_docs/version-1.1.3/user-guide/how-to-use.md
b/versioned_docs/version-1.1.3/user-guide/how-to-use.md
index 1cf5fe4a56..43dd2e8ad5 100644
--- a/versioned_docs/version-1.1.3/user-guide/how-to-use.md
+++ b/versioned_docs/version-1.1.3/user-guide/how-to-use.md
@@ -14,11 +14,11 @@ sidebar_position: 1
- [**JDBC API Usage**](api/jdbc-api.md)
- [**How to use Java SDK**](../user-guide/sdk-manual.md)
-## 2. Scriptis uses Linkis
+### 2. Scriptis uses Linkis
If you need to use Linkis to
complete interactive online analysis and processing, and you do not need data
analysis application tools such as workflow development, workflow scheduling,
data services, etc., you can Install
[**Scriptis**](https://github.com/WeBankFinTech/Scriptis) separately. For
detailed installation tutorial, please refer to its corresponding installation
and deployment documents.
-## 2.1. Use Scriptis to execute scripts
+### 2.1. Use Scriptis to execute scripts
Currently Scriptis supports
submitting a variety of task types to Linkis, including Spark SQL, Hive SQL,
Scala, PythonSpark, etc. In order to meet the needs of data analysis, the left
side of Scriptis, Provides viewing user workspace information, user database
and table information, user-defined functions, and HDFS directories. It also
supports uploading and downloading, result set exporting and other functions.
Scriptis is very simple to u [...]

diff --git a/versioned_docs/version-1.1.3/user-guide/udf.md
b/versioned_docs/version-1.1.3/user-guide/udf.md
index 1b054282e0..2f81a69f33 100644
--- a/versioned_docs/version-1.1.3/user-guide/udf.md
+++ b/versioned_docs/version-1.1.3/user-guide/udf.md
@@ -81,7 +81,7 @@ Click the delete button of the corresponding udf, note: all
versions of the udf

-##3 UDF usage
+## 3 UDF usage
If you want to make the UDF you created valid for use in the program, you need
to load the UDF. The entrance of "load"/"unload" is: enter the UDF function on
the left side of scriptis -> personal function, the created UDF is in the
personal function list.
Note 1: When adding a UDF, if it is not automatically unchecked on the page,
it will be loaded by default.
@@ -100,7 +100,7 @@ Expiration function: It is also a shared function, but the
sharer marks it as ex
-##4 UDF sharing
+## 4 UDF sharing
Prerequisite: The sharing function needs to be used by the user as an
administrator, otherwise the front-end page will not provide an operation entry.
Click the share button of udf: the content box will pop up, enter the list of
users you want to share (comma separated).
diff --git a/versioned_docs/version-1.2.0/engine-usage/pipeline.md
b/versioned_docs/version-1.2.0/engine-usage/pipeline.md
index 8b7481b063..f035855d9b 100644
--- a/versioned_docs/version-1.2.0/engine-usage/pipeline.md
+++ b/versioned_docs/version-1.2.0/engine-usage/pipeline.md
@@ -25,7 +25,7 @@ mvn clean install
### 1.2 Material deployment and loading
-将 1.1 The engine package compiled in step, located in
+The engine package compiled in step 1.1 is located in
```bash
${linkis_code_dir}/linkis-engineconn-pluginspipeline/target/out/pipeline
diff --git a/versioned_docs/version-1.2.0/user-guide/how-to-use.md
b/versioned_docs/version-1.2.0/user-guide/how-to-use.md
index 1cf5fe4a56..49196f8680 100644
--- a/versioned_docs/version-1.2.0/user-guide/how-to-use.md
+++ b/versioned_docs/version-1.2.0/user-guide/how-to-use.md
@@ -18,12 +18,12 @@ sidebar_position: 1
If you need to use Linkis to
complete interactive online analysis and processing, and you do not need data
analysis application tools such as workflow development, workflow scheduling,
data services, etc., you can Install
[**Scriptis**](https://github.com/WeBankFinTech/Scriptis) separately. For
detailed installation tutorial, please refer to its corresponding installation
and deployment documents.
-## 2.1. Use Scriptis to execute scripts
+### 2.1. Use Scriptis to execute scripts
Currently Scriptis supports
submitting a variety of task types to Linkis, including Spark SQL, Hive SQL,
Scala, PythonSpark, etc. In order to meet the needs of data analysis, the left
side of Scriptis, Provides viewing user workspace information, user database
and table information, user-defined functions, and HDFS directories. It also
supports uploading and downloading, result set exporting and other functions.
Scriptis is very simple to u [...]

-## 2.2. Scriptis Management Console
+### 2.2. Scriptis Management Console
Linkis provides an interface
for resource configuration and management. If you want to configure and manage
task resources, you can set it on the Scriptis management console interface,
including queue settings and resource configuration , The number of engine
instances, etc. Through the management console, you can easily configure the
resources for submitting tasks to Linkis, making it more convenient and faster.

diff --git a/versioned_docs/version-1.2.0/user-guide/udf.md
b/versioned_docs/version-1.2.0/user-guide/udf.md
index 1b054282e0..2f81a69f33 100644
--- a/versioned_docs/version-1.2.0/user-guide/udf.md
+++ b/versioned_docs/version-1.2.0/user-guide/udf.md
@@ -81,7 +81,7 @@ Click the delete button of the corresponding udf, note: all
versions of the udf

-##3 UDF usage
+## 3 UDF usage
If you want to make the UDF you created valid for use in the program, you need
to load the UDF. The entrance of "load"/"unload" is: enter the UDF function on
the left side of scriptis -> personal function, the created UDF is in the
personal function list.
Note 1: When adding a UDF, if it is not automatically unchecked on the page,
it will be loaded by default.
@@ -100,7 +100,7 @@ Expiration function: It is also a shared function, but the
sharer marks it as ex
-##4 UDF sharing
+## 4 UDF sharing
Prerequisite: The sharing function needs to be used by the user as an
administrator, otherwise the front-end page will not provide an operation entry.
Click the share button of udf: the content box will pop up, enter the list of
users you want to share (comma separated).
diff --git a/versioned_docs/version-1.3.0/engine-usage/pipeline.md
b/versioned_docs/version-1.3.0/engine-usage/pipeline.md
index 67a57ea949..edda8a4fda 100644
--- a/versioned_docs/version-1.3.0/engine-usage/pipeline.md
+++ b/versioned_docs/version-1.3.0/engine-usage/pipeline.md
@@ -25,7 +25,7 @@ mvn clean install
### 1.2 Material deployment and loading
-将 1.1 The engine package compiled in step, located in
+The engine package compiled in step 1.1 is located in
```bash
${linkis_code_dir}/linkis-engineconn-pluginspipeline/target/out/pipeline
diff --git a/versioned_docs/version-1.3.0/user-guide/how-to-use.md
b/versioned_docs/version-1.3.0/user-guide/how-to-use.md
index fb8e922776..8c5957802f 100644
--- a/versioned_docs/version-1.3.0/user-guide/how-to-use.md
+++ b/versioned_docs/version-1.3.0/user-guide/how-to-use.md
@@ -18,12 +18,12 @@ If you need to connect to other applications on the basis
of Linkis, you need to
If you need to use Linkis to complete interactive online analysis and
processing, and you do not need data analysis application tools such as
workflow development, workflow scheduling, data services, etc., you can Install
[**Scriptis**](https://github.com/WeBankFinTech/Scriptis) separately. For
detailed installation tutorial, please refer to its corresponding installation
and deployment documents.
-## 2.1. Use Scriptis to execute scripts
+### 2.1. Use Scriptis to execute scripts
Currently Scriptis supports submitting a variety of task types to Linkis,
including Spark SQL, Hive SQL, Scala, PythonSpark, etc. In order to meet the
needs of data analysis, the left side of Scriptis, Provides viewing user
workspace information, user database and table information, user-defined
functions, and HDFS directories. It also supports uploading and downloading,
result set exporting and other functions. Scriptis is very simple to use
Linkis, you can easily write scripts in the e [...]

-## 2.2. Scriptis Management Console
+### 2.2. Scriptis Management Console
Linkis provides an interface for resource configuration and management. If you
want to configure and manage task resources, you can set it on the Scriptis
management console interface, including queue settings and resource
configuration , The number of engine instances, etc. Through the management
console, you can easily configure the resources for submitting tasks to Linkis,
making it more convenient and faster.

diff --git a/versioned_docs/version-1.3.0/user-guide/udf.md
b/versioned_docs/version-1.3.0/user-guide/udf.md
index c4b39974af..49550556a7 100644
--- a/versioned_docs/version-1.3.0/user-guide/udf.md
+++ b/versioned_docs/version-1.3.0/user-guide/udf.md
@@ -81,7 +81,7 @@ Click the delete button of the corresponding udf, note: all
versions of the udf

-##3 UDF usage
+## 3 UDF usage
If you want to make the UDF you created valid for use in the program, you need
to load the UDF. The entrance of "load"/"unload" is: enter the UDF function on
the left side of scriptis -> personal function, the created UDF is in the
personal function list.
Note 1: When adding a UDF, if it is not automatically unchecked on the page,
it will be loaded by default.
@@ -100,7 +100,7 @@ Expiration function: It is also a shared function, but the
sharer marks it as ex
-##4 UDF sharing
+## 4 UDF sharing
Prerequisite: The sharing function needs to be used by the user as an
administrator, otherwise the front-end page will not provide an operation entry.
Click the share button of udf: the content box will pop up, enter the list of
users you want to share (comma separated).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]