GitHub user jimlohse opened a pull request:
https://github.com/apache/spark/pull/10890
Provide same info as in spark-submit --help
this is stated for --packages and --repositories. Without stating it for
--jars, people expect a standard java classpath to work, with expansion and
using a different delimiter than a comma. Currently this is only state in the
--help for spark-submit "Comma-separated list of local jars to include on the
driver and executor classpaths."
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jimlohse/spark patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10890.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10890
----
commit 9a832da21917091ab4e7b7e8de1fd049f84fd9d0
Author: James Lohse <[email protected]>
Date: 2016-01-24T19:07:53Z
Provide same info as in spark-submit --help
this is stated for --packages and --repositories. Without stating it for
--jars, people expect a standard java classpath to work, with expansion and
using a different delimiter than a comma. Currently this is only state in the
--help for spark-submit "Comma-separated list of local jars to include on the
driver and executor classpaths."
----
---
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]