summaryrefslogtreecommitdiff
path: root/docs/user-guide.md
diff options
context:
space:
mode:
author窦凤虎 <[email protected]>2024-09-19 10:23:32 +0000
committer窦凤虎 <[email protected]>2024-09-19 10:23:32 +0000
commitc0b9acfc3adc85abbd06207259b2515edc5c4eae (patch)
tree366ba5634e795bcd623831c5e7bda898c83777de /docs/user-guide.md
parent62e969df69b28a9f435c925669cf6dfe018aa74f (diff)
parent3a95fef4c663c3f28c25daeb4cc19d0219fdfd48 (diff)
Merge branch 'release/1.6.0' into 'master'v1.6.0
[Improve][bootstrap] Improve job-level user-defined variables, move the path... See merge request galaxy/platform/groot-stream!111
Diffstat (limited to 'docs/user-guide.md')
-rw-r--r--docs/user-guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index e35616f..d52cfed 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -153,7 +153,7 @@ Used to define job environment configuration information. For more details, you
# Command
## Run a job by CLI
-
+Note: When submitting a job via CLI, you can use `-D` parameter to specify flink configuration. For example, `-Dexecution.buffer-timeout.interval=1000` to set the buffer timeout to 1000ms. More details can be found in the official [flink documentation](https://flink.apache.org/).
```bash
Usage: start.sh [options]
Options:
@@ -164,7 +164,7 @@ Options:
-e, --deploy-mode <deploy mode> Deploy mode, only support [run] (default: run)
--target <target> Submitted target type, support [local, remote, yarn-session, yarn-per-job]
-n, --name <name> Job name (default: groot-stream-job)
- -i, --variable <variable> User-defined parameters, eg. -i key=value (default: [])
+ -i, --variable <variable> User-defined variables, eg. -i key=value (default: [])
-h, --help Show help message
-v, --version Show version message