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
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -117,11 +117,10 @@ private[spark] class DriverConfigOrchestrator(
117
117
.map(_.split(","))
118
118
.getOrElse(Array.empty[String])
119
119
120
-
// TODO(SPARK-23153): remote once submission client local dependencies are supported.
120
+
// TODO(SPARK-23153): remove once submission client local dependencies are supported.
121
121
if (existSubmissionLocalFiles(sparkJars) || existSubmissionLocalFiles(sparkFiles)) {
122
-
thrownewSparkException("The Kubernetes mode does not yet support application "+
123
-
"dependencies from the submission client's local file system. It currently only allows "+
124
-
"application dependencies locally in the container or that can be downloaded remotely.")
122
+
thrownewSparkException("The Kubernetes mode does not yet support referencing application "+
0 commit comments