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

Commit

Permalink
More general comment about cluster modes which should skip python pat…
Browse files Browse the repository at this point in the history
…h formatting.
  • Loading branch information
paulreimer committed Oct 19, 2017
1 parent ecfa6f2 commit a621c5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ object SparkSubmit extends CommandLineUtils {
val formattedPyFiles = if (!isYarnCluster && !isMesosCluster && !isKubernetesCluster) {
PythonRunner.formatPaths(resolvedPyFiles).mkString(",")
} else {
// Ignoring formatting python path in yarn, mesos, and kubernetes cluster mode, these two modes
// Ignoring formatting python path in yarn, mesos, and kubernetes cluster mode, these modes
// support dealing with remote python files, they could distribute and add python files
// locally.
resolvedPyFiles
Expand Down

0 comments on commit a621c5f

Please # to comment.