TyrantLucifer commented on PR #3798: URL: https://github.com/apache/incubator-seatunnel/pull/3798#issuecomment-1365214240
As you can see the images above, the parameters be unifed as the following shown: common parameters: |parameter|usage| |-----------|-------| |-c --config|Assign config file| |-h --help|Show help usage| |-n --name|Assign job name| |-i --variable|Variable substitution| For the deployment mode of spark and flink submission jobs, standardize on the `-e --deploy-mode` parameter, Spark support `client` `cluster`, Flink support `run` `run-application` For spark, flink, st-engine submit target master, standardize the `--master` parameter Spark support `yarn` `local[*]` `spark://host:port` `mesos://host:port` `k8s://https://host:port` Flink support `local` `remote` `yarn-session` `yarn-per-job` `kubernetes-session` `yarn-application` `kubernetes-application` ST-Engine support `local` `cluster` -- 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]
