Github user vanzin commented on the pull request:
https://github.com/apache/spark/pull/4188#issuecomment-73341829
I was basing my comments on this code:
// Set extra Java options for the executor, if defined
sys.props.get("spark.executor.extraJavaOptions").foreach { opts =>
javaOpts += opts
}
That code isn't "unescaping" the Spark configuration, so whatever you set
in `spark.executor.extraJavaOptions` should, theoretically, show up verbatim on
the executor's command line. But I haven't run any tests, so if tests who
otherwise, please do change it.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]