File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1487,8 +1487,9 @@ private object Client extends Logging {
14871487 }
14881488
14891489 /**
1490- * Create a properly quoted library path string to be added as a prefix to the command executed by
1491- * YARN. This is different from plain quoting due to YARN executing the command through "bash -c".
1490+ * Create a properly quoted and escaped library path string to be added as a prefix to the command
1491+ * executed by YARN. This is different from normal quoting / escaping due to YARN executing the
1492+ * command through "bash -c".
14921493 */
14931494 def createLibraryPathPrefix (libpath : String , conf : SparkConf ): String = {
14941495 val cmdPrefix = if (Utils .isWindows) {
You can’t perform that action at this time.
0 commit comments