Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/601#discussion_r12173623
--- Diff: docs/cluster-overview.md ---
@@ -118,21 +118,25 @@ If you are ever unclear where configuration options
are coming from. fine-graine
information can be printed by adding the `--verbose` option to
`./spark-submit`.
### Advanced Dependency Management
-When using `./bin/spark-submit` jars will be automatically transferred to
the cluster. For many
-users this is sufficient. However, advanced users can add jars by calling
`addFile` or `addJar`
+When using `./bin/spark-submit` the app jar will be automatically
transferred to the cluster. For
+many users this is sufficient. However, advanced users can add jars by
calling `addFile` or `addJar`
--- End diff --
yeah I like that idea. Something like `When using ./bin/spark-submit, the
application jar along with those included via the --jars flag will
automatically be transferred to the cluster`
---
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.
---