GitHub user mccheah opened a pull request:
https://github.com/apache/spark/pull/12715
[SPARK-12154] Upgrade to Jersey 2
## What changes were proposed in this pull request?
Replace com.sun.jersey with org.glassfish.jersey. Changes to the Spark Web
UI code were required to compile. The changes were relatively standard Jersey
migration things.
## How was this patch tested?
I did a manual test for the standalone web APIs. Although I didn't test the
functionality of the security filter itself, the code that changed
non-trivially is how we actually register the filter. I attached a debugger to
the Spark master and verified that the SecurityFilter code is indeed invoked
upon hitting /api/v1/applications.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/palantir/spark feature/upgrade-jersey
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12715.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 #12715
----
commit b86ed6f38fe0440bf7ad4ae9a304f88c64817989
Author: mcheah <[email protected]>
Date: 2016-04-26T20:48:00Z
[SPARK-12154] Upgrade to Jersey 2
Changes to the Spark Web UI code were required to compile. The changes
were relatively standard Jersey migration things.
----
---
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]