whb-bigdata commented on issue #1743:
URL: 
https://github.com/apache/incubator-seatunnel/issues/1743#issuecomment-1109234988

   + CMD='${SPARK_HOME}/bin/spark-submit --class 
"org.apache.seatunnel.SeatunnelSpark" --name "xxxxx" --master "yarn" 
--deploy-mode "cluster" --files "plugins.tar.gz,config/xxxxxx" --conf 
"spark.executor.memory=4g" --conf "spark.driver.memory=4g" --conf 
"spark.master=yarn" --conf "spark.yarn.keytab=xxxxx" --conf 
"spark.app.name=20220315" --conf "spark.executor.cores=1" --conf 
"spark.executor.instances=1" --conf "spark.yarn.principal=xxxxx" --conf 
"spark.yarn.queue=xxxxx" lib/seatunnel-core-spark.jar --master yarn 
--deploy-mode cluster -c config/xxxxxx'
   this is the submit command,when run on yarn ,-c config/xxxxxx file Will not 
be found


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