This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new a93c9d61ef [Doc] Add engine start parameter explanation (#7062)
a93c9d61ef is described below
commit a93c9d61ef84f230020ca67f8b79b83c2e4b0123
Author: Coen <[email protected]>
AuthorDate: Wed Jun 26 10:20:07 2024 +0800
[Doc] Add engine start parameter explanation (#7062)
---
docs/en/start-v2/locally/quick-start-seatunnel-engine.md | 8 +++++++-
docs/zh/start-v2/locally/quick-start-seatunnel-engine.md | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
b/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
index ed7c87ecf3..bfab32db7c 100644
--- a/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
+++ b/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
@@ -58,9 +58,15 @@ More information about config please check [config
concept](../../concept/config
You could start the application by the following commands
+:::tip
+
+Starting from version 2.3.1, the parameter -e in seatunnel.sh is deprecated,
use -m instead.
+
+:::
+
```shell
cd "apache-seatunnel-${version}"
-./bin/seatunnel.sh --config ./config/v2.batch.config.template -e local
+./bin/seatunnel.sh --config ./config/v2.batch.config.template -m local
```
diff --git a/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md
b/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md
index 6f14cd1159..cd1256424e 100644
--- a/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md
+++ b/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md
@@ -58,9 +58,15 @@ sink {
您可以通过以下命令启动应用程序
+:::tip
+
+从2.3.1版本开始,seatunnel.sh中的-e参数被废弃,请改用-m参数。
+
+:::
+
```shell
cd "apache-seatunnel-${version}"
-./bin/seatunnel.sh --config ./config/v2.batch.config.template -e local
+./bin/seatunnel.sh --config ./config/v2.batch.config.template -m local
```