HyukjinKwon commented on code in PR #39748:
URL: https://github.com/apache/spark/pull/39748#discussion_r1087368805


##########
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:
   Good point. I think we should probably leverage the same regex done in 
`SparkContextcreateTaskScheduler`, e.g., `LOCAL_N_REGEX`.



-- 
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]

Reply via email to