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