GitHub user mccheah opened a pull request:
https://github.com/apache/spark/pull/9615
[SPARK-11081] Shade Jersey and javax.rs.ws
Jersey and javax.rs.ws are commonly depended on and cause dependency
conflicts in many applications that depend on the Spark maven artifacts.
This patch attempts to shade them.
However this patch set is a work in progress. Currently, the javax.rs.ws
shading appears to be broken. When I run the mvn package task and generate the
assembly jar, and unpack it, I'm missing the javax.rs.ws classes - they're not
under org/spark-project/javax/rs/ws. I would appreciate some assistance in
debugging how the shading is being done incorrectly here.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/palantir/spark feature/shading-jersey
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9615.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 #9615
----
commit 83f98c9bae2e3170e7b6653db3edf1f6da649072
Author: mcheah <[email protected]>
Date: 2015-11-11T01:42:01Z
[SPARK-11081] Shade Jersey and javax.rs.ws
Jersey and javax.rs.ws are commonly depended on and cause dependency
conflicts in many applications that depend on the Spark maven artifacts.
This patch attempts to shade them.
----
---
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]