Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/4435#discussion_r29087992
--- Diff: core/pom.xml ---
@@ -220,6 +220,21 @@
<version>3.2.10</version>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.module</groupId>
+ <artifactId>jackson-module-scala_2.10</artifactId>
+ <version>2.3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-server</artifactId>
+ <version>1.9</version>
--- End diff --
Since we want this dependency to track the one used by YARN (to avoid
adding more dependencies), can you add `<scope>${hadoop.deps.scope}</scope>`
here?
It's a not-so-explicit indication that this is the same version that hadoop
uses (and helps people who don't package hadoop classes with Spark).
---
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]