Github user liyinan926 commented on a diff in the pull request:
https://github.com/apache/spark/pull/21748#discussion_r202781388
--- Diff: docs/running-on-kubernetes.md ---
@@ -603,8 +603,8 @@ specific to Spark on Kubernetes.
Name of the driver pod. In cluster mode, if this is not set, the
driver pod name is set to "spark.app.name"
suffixed by the current timestamp to avoid name conflicts. In client
mode, if your application is running
inside a pod, it is highly recommended to set this to the name of the
pod your driver is running in. Setting this
- value in client mode allows the driver to inform the cluster that your
application's executor pods should be
- deleted when the driver pod is deleted.
+ value in client mode allows the driver to become the owner of its
executor pods, which in turn allows the executor
+ pods to be garbage collecfted by the cluster.
--- End diff --
Typo `collecfted`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]