This is an automated email from the ASF dual-hosted git repository.
zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 57db06e1b0 Fix the parameter table is messed up (#13526)
57db06e1b0 is described below
commit 57db06e1b01cb233ce281ca23e9b1253483b287e
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Feb 7 13:45:10 2023 +0800
Fix the parameter table is messed up (#13526)
---
docs/docs/en/guide/task/flink.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/en/guide/task/flink.md b/docs/docs/en/guide/task/flink.md
index 0fa0551cd4..b3ec6cd48c 100644
--- a/docs/docs/en/guide/task/flink.md
+++ b/docs/docs/en/guide/task/flink.md
@@ -21,7 +21,7 @@ Flink task type, used to execute Flink programs. For Flink
nodes:
- Please refer to [DolphinScheduler Task Parameters Appendix](appendix.md)
`Default Task Parameters` section for default parameters.
| **Parameter** |
**Description**
|
-|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|
+|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Program type | Support Java, Scala, Python and SQL four
languages.
|
| Class of main function | The **full path** of Main Class, the entry point
of the Flink program.
|
| Main jar package | The jar package of the Flink program (upload by
Resource Center).
|
@@ -36,7 +36,7 @@ Flink task type, used to execute Flink programs. For Flink
nodes:
| Number of TaskManager | Used to set the number of taskManagers, which can
be set according to the actual production environment.
|
| Parallelism | Used to set the degree of parallelism for
executing Flink tasks.
|
| Main program parameters | Set the input parameters for the Flink program and
support the substitution of custom parameter variables.
|
-| Optional parameters | Support `--jar`, `--files`,` --archives`, `--conf`
format.
| |
+| Optional parameters | Support `--jar`, `--files`,` --archives`, `--conf`
format.
|
| Custom parameter | It is a local user-defined parameter for Flink,
and will replace the content with `${variable}` in the script.
|
## Task Example