Command usage instructions
Command usage instructions [Spark]
seatunnel spark start command
bin/start-seatunnel-spark.sh
usage instructions
bin/start-seatunnel-spark.sh \
-c config-path \
-m master \
-e deploy-mode \
-i city=beijing
- Use - -cor- --configto specify the path of the configuration file
- Use - -mor- --masterto specify the cluster manager
- Use - -eor- --deploy-modeto specify the deployment mode
- Use - -ior- --variableto specify the variables in the configuration file, you can configure multiple
Use Cases
# Yarn client mode
./bin/start-seatunnel-spark.sh \
--master yarn \
--deploy-mode client \
--config ./config/application.conf
# Yarn cluster mode
./bin/start-seatunnel-spark.sh \
--master yarn \
--deploy-mode cluster \
--config ./config/application.conf