Github user mccheah commented on a diff in the pull request:
https://github.com/apache/spark/pull/19717#discussion_r154813008
--- Diff:
core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala ---
@@ -590,6 +600,11 @@ private[deploy] class SparkSubmitArguments(args:
Seq[String], env: Map[String, S
| the node running the Application
Master via the Secure
| Distributed Cache, for renewing the
login tickets and the
| delegation tokens periodically.
+ |
+ | Kubernetes only:
+ | --kubernetes-namespace NS The namespace in the Kubernetes
cluster within which the
--- End diff --
This was more for convenience to allow command line parameters for setting
common Kubernetes options. We added these to be similar in spirit to the other
cluster managers. We can revert these.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]