Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/13296#discussion_r64788045
--- Diff: docs/running-on-yarn.md ---
@@ -60,6 +60,8 @@ Running Spark on YARN requires a binary distribution of
Spark which is built wit
Binary distributions can be downloaded from the [downloads
page](http://spark.apache.org/downloads.html) of the project website.
To build Spark yourself, refer to [Building Spark](building-spark.html).
+To make Spark runtime jars accessible from YARN side, you can specify
through `spark.yarn.archive` or `spark.yarn.jars`, for details please refer to
[Spark Properties](running-on-yarn.html#spark-properties). If neither
`spark.yarn.archive` nor `spark.yarn.jars` is specified, Spark will fall back
to zip all the jars under `$SPARK_HOME/jars` and upload to the distributed
cache.
--- End diff --
Small nits for readability:
"...can specify `spark.yarn.archive` or `spark.yarn.jars`. For details,
please refer..."
"...Spark will create a zip file with all jars under `$SPARK_HOME/jars`,
and upload it to..."
---
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]