liunaijie commented on issue #5740:
URL: https://github.com/apache/seatunnel/issues/5740#issuecomment-1784515582
first of all, change `config/seatunnel-env.sh` to config spark/flink home.
- Spark
run command to submit job
spark 3.x.x
```
cd "apache-seatunnel-${version}"
./bin/start-seatunnel-spark-3-connector-v2.sh \
--master local[4] \
--deploy-mode client \
--config ./config/seatunnel.streaming.conf.template
```
- Flink
1. start flink cluster fist
2. submit job
```
cd "apache-seatunnel-${version}"
./bin/start-seatunnel-flink-15-connector-v2.sh --config
./config/v2.streaming.conf.template
```
I think that's all clear in the document.
https://seatunnel.apache.org/docs/2.3.3/start-v2/locally/quick-start-flink
https://seatunnel.apache.org/docs/2.3.3/start-v2/locally/quick-start-spark
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]