This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 8037a06b930 Update quick-start-seatunnel-engine.md (#242)
8037a06b930 is described below

commit 8037a06b9304db721bceb3f4d5b55203799f221c
Author: davidfans <[email protected]>
AuthorDate: Sun Jun 18 22:25:46 2023 +0800

    Update quick-start-seatunnel-engine.md (#242)
---
 .../version-2.3.2/start-v2/locally/quick-start-seatunnel-engine.md    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/versioned_docs/version-2.3.2/start-v2/locally/quick-start-seatunnel-engine.md 
b/versioned_docs/version-2.3.2/start-v2/locally/quick-start-seatunnel-engine.md
index 5e43dbfdf91..db998897027 100644
--- 
a/versioned_docs/version-2.3.2/start-v2/locally/quick-start-seatunnel-engine.md
+++ 
b/versioned_docs/version-2.3.2/start-v2/locally/quick-start-seatunnel-engine.md
@@ -11,7 +11,7 @@ Before starting, make sure you have downloaded and deployed 
SeaTunnel as describ
 
 ## Step 2: Add Job Config File to define a job
 
-Edit `config/v2.batch.conf.template`, which determines the way and logic of 
data input, processing, and output after seatunnel is started.
+Edit `config/v2.batch.config.template`, which determines the way and logic of 
data input, processing, and output after seatunnel is started.
 The following is an example of the configuration file, which is the same as 
the example application mentioned above.
 
 ```hocon
@@ -60,7 +60,7 @@ You could start the application by the following commands
 
 ```shell
 cd "apache-seatunnel-incubating-${version}"
-./bin/seatunnel.sh --config ./config/v2.streaming.conf.template -e local
+./bin/seatunnel.sh --config ./config/v2.batch.config.template -e local
 
 ```
 

Reply via email to