Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/8471#discussion_r38070493
--- Diff: sql/hive/pom.xml ---
@@ -36,6 +36,12 @@
</properties>
<dependencies>
+ <!-- Added for sbt issue, expected to be evicted -->
+ <dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-library</artifactId>
+ <version>2.10.3</version>
--- End diff --
This doesn't match the 2.10.4 used in the build; this should be
`${scala.version}`?
CC @vanzin since I think he responded about a similar problem but resolved
it without a build change -- just nuked the ivy2 directory or something.
---
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]