Github user markhamstra commented on a diff in the pull request:
https://github.com/apache/spark/pull/7004#discussion_r33267609
--- Diff: core/pom.xml ---
@@ -398,6 +398,41 @@
<artifactId>py4j</artifactId>
<version>0.8.2.1</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.avro</groupId>
+ <artifactId>avro</artifactId>
+ <version>${avro.version}</version>
+ <scope>${hadoop.deps.scope}</scope>
--- End diff --
`avro` and `avro-mapred` are already in the `dependencyMangement` of the
parent POM, so nothing more than `groupId`, `artifactId` and perhaps `scope`
should be included here. In particular, `version` should not generally be
specified when it is already in the `dependencyManagement`. This is a frequent
error in the Spark POMs.
---
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]