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 ebd89486b9 Update quick-start-spark.md (#5795)
ebd89486b9 is described below

commit ebd89486b944be8544bfb72b2bb1e40f1e2bd68a
Author: pstrasser <[email protected]>
AuthorDate: Tue Nov 7 04:03:22 2023 +0100

    Update quick-start-spark.md (#5795)
---
 docs/en/start-v2/locally/quick-start-spark.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/start-v2/locally/quick-start-spark.md 
b/docs/en/start-v2/locally/quick-start-spark.md
index 903217c8ec..c770f8893a 100644
--- a/docs/en/start-v2/locally/quick-start-spark.md
+++ b/docs/en/start-v2/locally/quick-start-spark.md
@@ -73,7 +73,7 @@ cd "apache-seatunnel-${version}"
 ./bin/start-seatunnel-spark-2-connector-v2.sh \
 --master local[4] \
 --deploy-mode client \
---config ./config/seatunnel.streaming.conf.template
+--config ./config/v2.streaming.conf.template
 ```
 
 spark3.x.x
@@ -83,7 +83,7 @@ cd "apache-seatunnel-${version}"
 ./bin/start-seatunnel-spark-3-connector-v2.sh \
 --master local[4] \
 --deploy-mode client \
---config ./config/seatunnel.streaming.conf.template
+--config ./config/v2.streaming.conf.template
 ```
 
 **See The Output**: When you run the command, you could see its output in your 
console. You can think this

Reply via email to