Repository: bigtop
Updated Branches:
  refs/heads/master 851f5bd67 -> 3e3201634


BIGTOP-1397. hive-hbase package is missing after move to the latest Hive


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

Branch: refs/heads/master
Commit: 3e320163438d451d41c1192496e79582c7929b86
Parents: 851f5bd
Author: Konstantin Boudnik <[email protected]>
Authored: Sun Aug 10 17:16:16 2014 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Sun Aug 10 17:16:16 2014 -0700

----------------------------------------------------------------------
 bigtop-packages/src/rpm/hive/SPECS/hive.spec | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/3e320163/bigtop-packages/src/rpm/hive/SPECS/hive.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/hive/SPECS/hive.spec 
b/bigtop-packages/src/rpm/hive/SPECS/hive.spec
index a087a9c..4d2a91c 100644
--- a/bigtop-packages/src/rpm/hive/SPECS/hive.spec
+++ b/bigtop-packages/src/rpm/hive/SPECS/hive.spec
@@ -142,6 +142,13 @@ Requires: redhat-lsb
 %description metastore
 This optional package hosts a metadata server for Hive clients across a 
network to use.
 
+%package hbase
+Summary: Provides integration between Apache HBase and Apache Hive
+Group: Development/Libraries
+Requires: hive = %{version}-%{release}, hbase
+
+%description hbase
+This optional package provides integration between Apache HBase and Apache Hive
 
 %package jdbc
 Summary: Provides libraries necessary to connect to Apache Hive via JDBC
@@ -345,6 +352,10 @@ fi
 %exclude %{usr_lib_hive}/lib/log4j-*.jar
 %exclude %{usr_lib_hive}/lib/commons-logging-*.jar
 
+%files hbase
+%defattr(-,root,root,755)
+%{usr_lib_hive}/lib/hbase.jar
+
 %files jdbc
 %defattr(-,root,root,755)
 %dir %{usr_lib_hive}

Reply via email to