Github user ifilonenko commented on a diff in the pull request:
https://github.com/apache/spark/pull/21669#discussion_r215057079
--- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
@@ -164,7 +164,15 @@ private[spark] class SparkSubmit extends Logging {
}
}
} else {
- runMain(childArgs, childClasspath, sparkConf, childMainClass,
args.verbose)
+ if
(sparkConf.getOption("spark.kubernetes.kerberos.proxyUser").isDefined) {
--- End diff --
@skonto this will be in a followup PR
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]