Skip to content

Commit 649e34d

Browse files
committed
More comments
1 parent 8e1fffe commit 649e34d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/DriverConfigOrchestrator.scala

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@ private[spark] class DriverConfigOrchestrator(
117117
.map(_.split(","))
118118
.getOrElse(Array.empty[String])
119119

120-
// TODO(SPARK-23153): remote once submission client local dependencies are supported.
120+
// TODO(SPARK-23153): remove once submission client local dependencies are supported.
121121
if (existSubmissionLocalFiles(sparkJars) || existSubmissionLocalFiles(sparkFiles)) {
122-
throw new SparkException("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+
throw new SparkException("The Kubernetes mode does not yet support referencing application " +
123+
"dependencies in the local file system.")
125124
}
126125

127126
val dependencyResolutionStep = if (sparkJars.nonEmpty || sparkFiles.nonEmpty) {

0 commit comments

Comments
 (0)