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 fileUse
-mor--masterto specify the cluster managerUse
-eor--deploy-modeto specify the deployment modeUse
-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