xuefeimiaoao commented on PR #3852: URL: https://github.com/apache/incubator-kyuubi/pull/3852#issuecomment-1330014549
> I suppose that spark will use default master `local[*]` encountering missing `spark.master` according to `org.apache.spark.deploy.SparkSubmitArguments#loadEnvironmentArguments`, which incurs a problem of `service account doesn't have access` cus serviceaccount was not set, so that we should skipping setting `spark.master` when both `spark.master` and `spark.submit.deployMode` are not set. In another word, we will just auto-set `spark.master` when `spark.master` is not set and `spark.submit.deployMode` is set explicitly.@pan3793 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
