Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/237#discussion_r10988066
--- Diff: sql/hive/pom.xml ---
@@ -53,6 +53,12 @@
<version>${hive.version}</version>
</dependency>
<dependency>
+ <!-- Matches the version of jackson-core-asl pulled in by avro
-->
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ <version>1.8.8</version>
--- End diff --
should the version number be declared in the parent pom and then the
dependency added here? Btw one reason why this might be getting messed up is
that we intentionally exclude jackson from a bunch of dependencies. So maybe we
are actually excluding it when pulling in Avro.
---
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.
---