Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/299#discussion_r11221895
--- Diff: docs/configuration.md ---
@@ -586,6 +589,16 @@ Apart from these, the following properties are also
available, and may be useful
Number of cores to allocate for each task.
</td>
</tr>
+<tr>
+ <td>spark.executor.extraJavaOptions</td>
+ <td>(none)</td>
+ <td>
+ A string of extra JVM options to pass to executors. For instance, GC
settings or custom
+ paths for native code. Note that it is illegal to set Spark properties
or heap size
--- End diff --
Ya sorry - I need to update the executor to break out theseoptions.
---
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.
---