Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/3238#discussion_r21121229
--- Diff: docs/running-on-yarn.md ---
@@ -132,6 +132,18 @@ Most of the configs are the same for Spark on YARN as
for other deployment modes
The maximum number of threads to use in the application master for
launching executor containers.
</td>
</tr>
+<tr>
+ <td><code>spark.yarn.datanucleus.dir</code></td>
+ <td>(none)</td>
+ <td>
+ The location of the DataNucleus jars, in case overriding the default
location is desired.
+ By default, Spark on YARN will use the DataNucleus jars installed at
+ <code>{sparkHome}/lib</code>, but the jars can also be in a
world-readable location on HDFS.
--- End diff --
I think elsewhere we use `$SPARK_HOME/lib`
---
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]