vanzin commented on a change in pull request #23525: [SPARK-26595][core] Allow
credential renewal based on kerberos ticket cache.
URL: https://github.com/apache/spark/pull/23525#discussion_r250321969
##########
File path:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/KubernetesClusterSchedulerBackend.scala
##########
@@ -144,17 +144,15 @@ private[spark] class KubernetesClusterSchedulerBackend(
// Don't do anything else - let event handling from the Kubernetes API do
the Spark changes
}
- override def createDriverEndpoint(properties: Seq[(String, String)]):
DriverEndpoint = {
- new KubernetesDriverEndpoint(sc.env.rpcEnv, properties)
+ override def createDriverEndpoint(): DriverEndpoint = {
Review comment:
Doesn't fit in the same line, so braces remain.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]