We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308f1f6 commit fda0301Copy full SHA for fda0301
yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala
@@ -332,6 +332,8 @@ trait ClientBase extends Logging {
332
JAVA_OPTS += "-XX:CMSIncrementalDutyCycle=10"
333
}
334
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.
337
if (args.amClass == classOf[ExecutorLauncher].getName) {
338
// If we are being launched in client mode, forward the spark-conf options
339
// onto the executor launcher
0 commit comments