GitHub user pwendell opened a pull request:
https://github.com/apache/spark/pull/4411
SPARK-5557: Explicitly include servlet API in dependencies.
Because of the way we shade jetty, we lose its dependency orbit
in the assembly jar, which includes the javax servlet API's. This
adds back orbit explicitly, using the version that matches
our jetty version.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pwendell/spark servlet-api
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4411.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 #4411
----
commit 445f8683a153a7ae8b517cc60d3bff41f3e395ab
Author: Patrick Wendell <[email protected]>
Date: 2015-02-06T00:55:01Z
SPARK-5557: Explicitly include servlet API in dependencies.
Because of the way we shade jetty, we lose its dependency orbit
in the assembly jar, which includes the javax servlet API's. This
adds back orbit explicitly, using the version that matches
our jetty version.
----
---
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]