Skip to content

Commit a93c9d6

Browse files
authored
[Doc] Add engine start parameter explanation (apache#7062)
1 parent 4e4d2b8 commit a93c9d6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/en/start-v2/locally/quick-start-seatunnel-engine.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,15 @@ More information about config please check [config concept](../../concept/config
5858

5959
You could start the application by the following commands
6060

61+
:::tip
62+
63+
Starting from version 2.3.1, the parameter -e in seatunnel.sh is deprecated, use -m instead.
64+
65+
:::
66+
6167
```shell
6268
cd "apache-seatunnel-${version}"
63-
./bin/seatunnel.sh --config ./config/v2.batch.config.template -e local
69+
./bin/seatunnel.sh --config ./config/v2.batch.config.template -m local
6470
6571
```
6672

docs/zh/start-v2/locally/quick-start-seatunnel-engine.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,15 @@ sink {
5858

5959
您可以通过以下命令启动应用程序
6060

61+
:::tip
62+
63+
从2.3.1版本开始,seatunnel.sh中的-e参数被废弃,请改用-m参数。
64+
65+
:::
66+
6167
```shell
6268
cd "apache-seatunnel-${version}"
63-
./bin/seatunnel.sh --config ./config/v2.batch.config.template -e local
69+
./bin/seatunnel.sh --config ./config/v2.batch.config.template -m local
6470
6571
```
6672

0 commit comments

Comments
 (0)