GitHub user Leemoonsoo opened a pull request:
https://github.com/apache/spark/pull/23133
[MINOR][K8S] Invalid property "spark.driver.pod.name" is referenced in docs.
## What changes were proposed in this pull request?
"Running on Kubernetes" references `spark.driver.pod.name` few places, and
it should be `spark.kubernetes.driver.pod.name`.
## How was this patch tested?
See changes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Leemoonsoo/spark fix-driver-pod-name-prop
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/23133.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #23133
----
commit d50b31236bcf04d636362f6b19e318eca66bc01f
Author: Lee moon soo <moon@...>
Date: 2018-11-24T23:28:54Z
spark.driver.pod.name -> spark.kubernetes.driver.pod.name in doc
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]