Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/561#discussion_r13402475
--- Diff:
yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala ---
@@ -328,22 +327,22 @@ trait ClientBase extends Logging {
// If we are being launched in client mode, forward the spark-conf
options
// onto the executor launcher
for ((k, v) <- sparkConf.getAll) {
- JAVA_OPTS += "-D" + k + "=" + "\\\"" + v + "\\\""
+ javaOpts += "-D" + k + "=" + "\\\"" + v + "\\\""
--- End diff --
You can try it but I believe we tried this in different PR and it didn't
work.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---