Skip to content

Commit 87e207c

Browse files
author
Marcelo Vanzin
committed
Update comment.
1 parent 0a3b71f commit 87e207c

File tree

1 file changed

+3
-2
lines changed
  • resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn

1 file changed

+3
-2
lines changed

resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)