John Huang
John Huang
> Can we remove the option 'local' from deploy-mode? > > We can only set cluster/client at deploy mode, the local should belong to master config. Thanks @ruanwenjun . I‘ve...
> @pegasas please Run 'mvn spotless:apply' to fix the code style Thanks, Done. 
> > Can we remove the option 'local' from deploy-mode? > > We can only set cluster/client at deploy mode, the local should belong to master config. > > Maybe...
> Hi, @pegasas , please fix CI It seems there's a lot refactor after last merge. I will fix & re-commit.
> > Hi, @pegasas , please fix CI > > It seems there's a lot refactor after last merge. I will fix & re-commit. fixed.
> @pegasas please check the failed CI  Done. run spotless successfully in my local
https://spark.apache.org/docs/3.5.0/running-on-kubernetes.html#customized-kubernetes-schedulers-for-spark-on-kubernetes  maybe you add `spark.kubernetes.namespace` to your script will work.
I would like to have a try on this issue.
> **Current workaround** for me is to pass `--master ... --deploy-mode cluster` in the extra options. Since _spark-submit_ will use the last values, this will send task to local cluster....
still working