Explicitly specify `hbase-server` dependency in Hive storage plugin.

Hive's HBaseStorageHandler uses HBase's TableInputFormat which is in 
hbase-server module.


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/ac462c51
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/ac462c51
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/ac462c51

Branch: refs/heads/master
Commit: ac462c510261217a9f7674c279bc7b7b2c995a7f
Parents: e42fb30
Author: Aditya Kishore <a...@apache.org>
Authored: Fri Sep 9 15:53:06 2016 -0700
Committer: Aditya Kishore <a...@apache.org>
Committed: Sun Sep 11 12:22:43 2016 -0700

----------------------------------------------------------------------
 contrib/storage-hive/core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/ac462c51/contrib/storage-hive/core/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-hive/core/pom.xml 
b/contrib/storage-hive/core/pom.xml
index da462e0..43e9cf9 100644
--- a/contrib/storage-hive/core/pom.xml
+++ b/contrib/storage-hive/core/pom.xml
@@ -59,6 +59,10 @@
       <artifactId>hive-hbase-handler</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.hbase</groupId>
+      <artifactId>hbase-server</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hive</groupId>
       <artifactId>hive-contrib</artifactId>
     </dependency>

Reply via email to