GitHub user brkyvz opened a pull request:
https://github.com/apache/spark/pull/7599
[SPARK-9263] Added flags to exclude dependencies when using --packages
While the functionality is there to exclude packages, there are no flags
that allow users to exclude dependencies, in case of dependency conflicts. We
should provide users with a flag to add dependency exclusions in case the
packages are not resolved properly (or not available due to licensing).
The flag I added was --packages-exclude, but I'm open on renaming it. I
also added property flags in case people would like to use a conf file to
provide dependencies, which is possible if there is a long list of dependencies
or exclusions.
cc @andrewor14 @vanzin @pwendell
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/brkyvz/spark packages-exclusions
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7599.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 #7599
----
commit 1536d7a8d7cfd9a79c970dd47795c6d70eef2b83
Author: Burak Yavuz <[email protected]>
Date: 2015-07-22T20:42:37Z
Added flags to exclude packages using --packages-exclude
----
---
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]