Skip to content

Commit fda0301

Browse files
committed
Note
1 parent 308f1f6 commit fda0301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ trait ClientBase extends Logging {
332332
JAVA_OPTS += "-XX:CMSIncrementalDutyCycle=10"
333333
}
334334

335+
// TODO: it might be nicer to pass these as an internal environment variable rather than
336+
// as Java options, due to complications with string parsing of nested quotes.
335337
if (args.amClass == classOf[ExecutorLauncher].getName) {
336338
// If we are being launched in client mode, forward the spark-conf options
337339
// onto the executor launcher

0 commit comments

Comments
 (0)