You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2022/09/20 15:18:04 UTC

[bigtop] branch master updated: BIGTOP-3818. Phoenix Don't Requre Hadoop and Zookeeper Installed (#1017)

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 fd7c1094 BIGTOP-3818. Phoenix Don't Requre Hadoop and Zookeeper Installed (#1017)
fd7c1094 is described below

commit fd7c10948344196bde1e4a78ee2fd45c69af6197
Author: Peng Lee <49...@users.noreply.github.com>
AuthorDate: Tue Sep 20 23:17:59 2022 +0800

    BIGTOP-3818. Phoenix Don't Requre Hadoop and Zookeeper Installed (#1017)
---
 bigtop-packages/src/deb/phoenix/control            | 2 +-
 bigtop-packages/src/rpm/phoenix/SPECS/phoenix.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bigtop-packages/src/deb/phoenix/control b/bigtop-packages/src/deb/phoenix/control
index 5dae359d..d601f278 100644
--- a/bigtop-packages/src/deb/phoenix/control
+++ b/bigtop-packages/src/deb/phoenix/control
@@ -23,7 +23,7 @@ Homepage: http://phoenix.apache.org
 
 Package: phoenix
 Architecture: all
-Depends: zookeeper, hadoop, hadoop-mapreduce, hadoop-yarn, hbase, bigtop-utils (>= 0.7)
+Depends: bigtop-utils (>= 0.7)
 Description: Phoenix is a SQL skin over HBase and client-embedded JDBC driver.
  Phoenix is a SQL skin over HBase, delivered as a client-embedded JDBC driver.
  The Phoenix query engine transforms an SQL query into one or more HBase scans,
diff --git a/bigtop-packages/src/rpm/phoenix/SPECS/phoenix.spec b/bigtop-packages/src/rpm/phoenix/SPECS/phoenix.spec
index b06372c3..36dcc0a4 100644
--- a/bigtop-packages/src/rpm/phoenix/SPECS/phoenix.spec
+++ b/bigtop-packages/src/rpm/phoenix/SPECS/phoenix.spec
@@ -84,7 +84,7 @@ Source1: do-component-build
 Source2: install_phoenix.sh
 Source3: bigtop.bom
 BuildArch: noarch
-Requires: hadoop, hadoop-mapreduce, hadoop-yarn, hbase, zookeeper
+Requires: bigtop-utils >= 0.7
 
 %if  0%{?mgaversion}
 Requires: bsh-utils