Github user marmbrus commented on a diff in the pull request:
https://github.com/apache/spark/pull/2576#discussion_r18298934
--- Diff: sql/core/pom.xml ---
@@ -54,6 +54,21 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.spark-project.hive</groupId>
+ <artifactId>hive-exec</artifactId>
--- End diff --
The whole point of having hive as a separate project is to avoid pulling in
all of the dependencies of hive for all spark users. Thus, as Patrick said,
this will have to go in the hive sub project. That said, I think this patch is
still quite valuable. We generally recommend that all users use the
HiveContext if they can tolerate hive's dependencies, so it'll still get use.
Also, this patch provides better programatic API support in addition to the
existing SQL support.
---
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]