Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit a621c5f

Browse files
committed
More general comment about cluster modes which should skip python path formatting.
1 parent ecfa6f2 commit a621c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ object SparkSubmit extends CommandLineUtils {
685685
val formattedPyFiles = if (!isYarnCluster && !isMesosCluster && !isKubernetesCluster) {
686686
PythonRunner.formatPaths(resolvedPyFiles).mkString(",")
687687
} else {
688-
// Ignoring formatting python path in yarn, mesos, and kubernetes cluster mode, these two modes
688+
// Ignoring formatting python path in yarn, mesos, and kubernetes cluster mode, these modes
689689
// support dealing with remote python files, they could distribute and add python files
690690
// locally.
691691
resolvedPyFiles

0 commit comments

Comments
 (0)