Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/2982#discussion_r20246386
--- Diff: streaming/pom.xml ---
@@ -41,10 +41,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.eclipse.jetty</groupId>
--- End diff --
So, streaming does not depend on Jetty, but it does use servlet APIs. Since
Spark doesn't pull in any servlet API dependency directly, and instead uses the
transitive one provided by Jetty, which is some Jetty repackaging of servlet
APIs instead of some common dependency. (BTW it works without the explicit
dependency because now it was coming as a transitive dependency of spark-core.)
In light of that I'll restore this dependency, even though I don't really
like it very much (it's pulling a dependency that is too coarse for what it
needs).
---
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]