Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/10890#discussion_r50671889
--- Diff: docs/submitting-applications.md ---
@@ -177,8 +177,9 @@ debugging information by running `spark-submit` with
the `--verbose` option.
# Advanced Dependency Management
When using `spark-submit`, the application jar along with any jars
included with the `--jars` option
-will be automatically transferred to the cluster. Spark uses the following
URL scheme to allow
-different strategies for disseminating jars:
+will be automatically transferred to the cluster. URLs supplied after
--jars must be separated by commas. Each entry points to a specific jar file,
resulting in a comma-separated list of local jars. That list is included on the
driver and executor classpaths. Directory expansion does not work with --jars.
--- End diff --
It was a dumb question since it's answered just below, yes. I didn't even
realize this. They're really URIs not URLs but this is minor.
Actually, `spark-submit --help` refers to local JARs, but yeah they're not
necessarily local? I think it'd be fine to also fix the help text on all of the
spark-* scripts while we're here.
---
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]