[ 
https://issues.apache.org/jira/browse/BIGTOP-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13676346#comment-13676346
 ] 

Mark Grover commented on BIGTOP-985:
------------------------------------

Attached my patch. For easier review, the difference between the first and 
second patch is here:
{code}
diff --git a/bigtop-packages/src/deb/hive/control 
b/bigtop-packages/src/deb/hive/control
index 08eae1d..8cddf2a 100644
--- a/bigtop-packages/src/deb/hive/control
+++ b/bigtop-packages/src/deb/hive/control
@@ -23,7 +23,7 @@ Homepage: http://hive.apache.org/
 
 Package: hive
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.6), zookeeper
+Depends: adduser, hadoop-client, bigtop-utils (>= 0.6), zookeeper, hive-jdbc
 Description: Hive is a data warehouse infrastructure built on top of Hadoop
  Hive is a data warehouse infrastructure built on top of Hadoop that provides
  tools to enable easy data summarization, adhoc querying and analysis of large
diff --git a/bigtop-packages/src/rpm/hive/SPECS/hive.spec 
b/bigtop-packages/src/rpm/hive/SPECS/hive.spec
index a785a1f..021bc5f 100644
--- a/bigtop-packages/src/rpm/hive/SPECS/hive.spec
+++ b/bigtop-packages/src/rpm/hive/SPECS/hive.spec
@@ -71,7 +71,7 @@ Source7: hive.1
 Source8: hive-site.xml
 Source9: hive-server.svc
 Source10: hive-metastore.svc
-Requires: bigtop-utils >= 0.6, hbase, zookeeper, hive-jdbc
+Requires: hadoop-client, bigtop-utils >= 0.6, hbase, zookeeper, hive-jdbc
 Obsoletes: %{name}-webinterface
 
 %description 
{code}


I would personally love to see this go into Bigtop 0.6 since it will really 
benefit Hive users. They wouldn't have to install the entire hive package if 
they just wanted to access hive via JDBC. Any chance we can include this in 
Bigtop 0.6? Much appreciated!
                
> Create Hive JDBC package
> ------------------------
>
>                 Key: BIGTOP-985
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-985
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Sean Mackrory
>            Assignee: Sean Mackrory
>             Fix For: 0.7.0
>
>         Attachments: 0001-BIGTOP-985.-Create-Hive-JDBC-package.patch, 
> 0001-BIGTOP-985.-Create-Hive-JDBC-package.patch, 
> 0002-BIGTOP-985.-Create-Hive-JDBC-package-mgrover.patch
>
>
> In order to use Hive's JDBC driver you have to install quite a lot of stuff. 
> A hive-jdbc package that installed only the required libraries would be nice 
> for client-side installs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to