dongjoon-hyun commented on a change in pull request #27422: [SPARK-25355][K8S]
Add proxy user to driver if present on spark-submit
URL: https://github.com/apache/spark/pull/27422#discussion_r373665538
##########
File path: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
##########
@@ -773,6 +773,10 @@ private[spark] class SparkSubmit extends Logging {
childArgs += ("--arg", arg)
}
}
+ // Pass the proxyUser to the k8s app so it is possible to add it to the
driver args
Review comment:
So, this is adding backing `--proxy-user` in order to propagate it to K8s?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]