Skip to content

Commit 7f958c1

Browse files
committed
fixed wrong comment
1 parent c73aabe commit 7f958c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/scala/org/apache/spark/deploy/SparkSubmitDriverBootstrapper.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ private[spark] object SparkSubmitDriverBootstrapper {
9292
classpath + confClasspath.map(sys.props("path.separator") + _).getOrElse("")
9393
}
9494

95-
// Resolve maven dependencies if there are any and add classpath to jars. Add them to py-files
96-
// too for packages that include Python code
95+
// Resolve maven dependencies if there are any and add them to classpath. Also send them
96+
// to SparkSubmit so that they can be shipped to executors.
9797
val resolvedMavenCoordinates =
9898
SparkSubmitUtils.resolveMavenCoordinates(
9999
submitPackages, submitRepositories, confIvyRepo)

0 commit comments

Comments
 (0)