You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/KubernetesClusterSchedulerBackend.scala
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,7 @@ private[spark] class KubernetesClusterSchedulerBackend(
62
62
63
63
privatevalkubernetesDriverPodName= conf
64
64
.get(KUBERNETES_DRIVER_POD_NAME)
65
-
.getOrElse(
66
-
thrownewSparkException("Must specify the driver pod name"))
65
+
.getOrElse(thrownewSparkException("Must specify the driver pod name"))
0 commit comments