viirya commented on code in PR #39748: URL: https://github.com/apache/spark/pull/39748#discussion_r1087363084
########## docs/running-on-kubernetes.md: ########## @@ -590,7 +590,8 @@ See the [configuration page](configuration.html) for information on Spark config <td><code>spark.kubernetes.driver.master</code></td> <td><code>https://kubernetes.default.svc</code></td> <td> - The internal Kubernetes master (API server) address to be used for driver to request executors. + The internal Kubernetes master (API server) address to be used for driver to request executors or + 'local[*]' for driver-pod-only mode. Review Comment: Is local master URL format all supported? E.g, `local[K,F]`? -- 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]
