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/submit/DriverConfigOrchestrator.scala
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,8 @@ private[spark] class DriverConfigOrchestrator(
105
105
106
106
// TODO(SPARK-23153): remove once submission client local dependencies are supported.
107
107
if (existSubmissionLocalFiles(sparkJars)) {
108
-
thrownewSparkException("The Kubernetes mode does not yet support referencing application"+
109
-
"dependencies in the local file system.")
108
+
thrownewSparkException(s"The Kubernetes mode does not yet support referencing "+
109
+
s"application dependencies in the local file system. All provided jars: $sparkJars.")
0 commit comments