This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new b59f837c2 BIGTOP-4546. hive: hive-hbase-handler and hbase jars owned 
by both hive and hive-hbase packages (#1406)
b59f837c2 is described below

commit b59f837c20e9626b1c2d30ef6f82665c860cfede
Author: Kwon Byungchang <[email protected]>
AuthorDate: Wed Jul 29 16:09:30 2026 +0900

    BIGTOP-4546. hive: hive-hbase-handler and hbase jars owned by both hive and 
hive-hbase packages (#1406)
---
 bigtop-packages/src/rpm/hive/SPECS/hive.spec | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bigtop-packages/src/rpm/hive/SPECS/hive.spec 
b/bigtop-packages/src/rpm/hive/SPECS/hive.spec
index ef0e7d65e..ba4a38035 100644
--- a/bigtop-packages/src/rpm/hive/SPECS/hive.spec
+++ b/bigtop-packages/src/rpm/hive/SPECS/hive.spec
@@ -384,6 +384,8 @@ fi
 %exclude %dir %{usr_lib_hive}
 %exclude %dir %{usr_lib_hive}/jdbc
 %exclude %{usr_lib_hive}/jdbc/hive-jdbc-*.jar
+%exclude %{usr_lib_hive}/lib/hbase-*.jar
+%exclude %{usr_lib_hive}/lib/hive-hbase-handler*.jar
 
 %files hbase
 %defattr(-,root,root,755)

Reply via email to