Carl-Zhou-CN commented on PR #2908:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2908#issuecomment-1258928979

   spark  ${SPARK_HOME}/bin/spark-submit --class 
"org.apache.seatunnel.core.starter.spark.SeatunnelSpark" --name "test1" 
--master "local[4]" --deploy-mode "client" --conf "spark.executor.memory=1g" 
--conf "spark.streaming.batchDuration=5" --conf "spark.executor.cores=1" --conf 
"job.name=SeaTunnel" --conf "spark.executor.instances=2" 
/data/seatunnel-2.1.3/lib/seatunnel-spark-starter.jar -n test1 --master 
local[4] --deploy-mode client --config ./config/spark.streaming.conf.template
   flink ${FLINK_HOME}/bin/flink run -c 
org.apache.seatunnel.core.starter.flink.SeatunnelFlink 
/data/seatunnel-2.1.3/lib/seatunnel-flink-starter.jar --config 
./config/flink.streaming.conf.template -Dpipeline.name=test
   
   Env takes precedence over the command line,job.name is used to set the 
application name


-- 
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]

Reply via email to