Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21669#discussion_r215427909 --- Diff: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala --- @@ -225,6 +225,60 @@ private[spark] object Config extends Logging { "Ensure that major Python version is either Python2 or Python3") .createWithDefault("2") + val KUBERNETES_KERBEROS_PROXY_USER = + ConfigBuilder("spark.kubernetes.kerberos.proxyUser") + .doc("Specify the proxy user " + --- End diff -- Fits in one line.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org