You could use shell script to do this. The deploy script: #!/bin/bash spark-submit --class "xx.xx.xx" --deploy-mode cluster --supervise ...
確定! 回上一頁