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/deploy/k8s/features/KerberosConfDriverFeatureStep.scala
+15-8Lines changed: 15 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ import java.io.File
20
20
importjava.nio.charset.StandardCharsets
21
21
22
22
importscala.jdk.CollectionConverters._
23
+
importscala.util.control.NonFatal
23
24
24
25
importcom.google.common.io.Files
25
26
importio.fabric8.kubernetes.api.model._
@@ -91,14 +92,20 @@ private[spark] class KerberosConfDriverFeatureStep(kubernetesConf: KubernetesDri
91
92
if (keytab.isEmpty && existingSecretName.isEmpty) {
0 commit comments