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 5407e4820 BIGTOP-4049: Remove python dependency from Hive deb (#1218)
5407e4820 is described below
commit 5407e48207fc38c21270a31dd18c48e5a7a82a4b
Author: jialiang <[email protected]>
AuthorDate: Tue Apr 16 19:19:02 2024 +0800
BIGTOP-4049: Remove python dependency from Hive deb (#1218)
---
bigtop-packages/src/deb/hive/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bigtop-packages/src/deb/hive/control
b/bigtop-packages/src/deb/hive/control
index da0e7000c..84b086acc 100644
--- a/bigtop-packages/src/deb/hive/control
+++ b/bigtop-packages/src/deb/hive/control
@@ -25,7 +25,7 @@ Homepage: http://hive.apache.org/
Package: hive
Architecture: all
Depends: adduser, hadoop-client, bigtop-utils (>= 0.7), zookeeper,
- hive-jdbc (= ${source:Version}), python | python2
+ hive-jdbc (= ${source:Version})
Description: 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
@@ -66,7 +66,7 @@ Description: Provides libraries necessary to connect to
Apache Hive via JDBC
Package: hive-hcatalog
Architecture: all
-Depends: hadoop, hive, bigtop-utils (>= 0.6), python | python2
+Depends: hadoop, hive, bigtop-utils (>= 0.6)
Description: Table and storage management service for Apache Hadoop.
This includes:
* Providing a shared schema and data type mechanism.