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 266b2b9e2 BIGTOP-3910: Bigtop-select support Ranger (#1089)
266b2b9e2 is described below

commit 266b2b9e25aa1551bd7fd8d1fadbc01d8adadacd
Author: yaolei <[email protected]>
AuthorDate: Tue May 9 10:25:10 2023 +0800

    BIGTOP-3910: Bigtop-select support Ranger (#1089)
---
 bigtop-packages/src/common/bigtop-select/conf-select   | 2 +-
 bigtop-packages/src/common/bigtop-select/distro-select | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/bigtop-packages/src/common/bigtop-select/conf-select 
b/bigtop-packages/src/common/bigtop-select/conf-select
index d7186fb40..ff47b20b5 100644
--- a/bigtop-packages/src/common/bigtop-select/conf-select
+++ b/bigtop-packages/src/common/bigtop-select/conf-select
@@ -32,7 +32,7 @@ lib_root = "usr/lib"
 vconf_name = "conf.dist"
 packages = ("hadoop", "hbase", "hive", "hive-hcatalog",
             "kafka", "oozie", "spark", "tez",
-            "zookeeper", "zeppelin", "flink", "solr")
+            "zookeeper", "zeppelin", "flink", "solr", "ranger-admin", 
"ranger-usersync", "ranger-tagsync")
 ''' conf link
 /usr/bigtop/3.2.0/usr/lib/${pname}/conf -> /etc/${pname}/conf -> 
/etc/alternatives/${pname}-conf -> /usr/bigtop/3.2.0/etc/${pname}/conf.dist.0
 '''
diff --git a/bigtop-packages/src/common/bigtop-select/distro-select 
b/bigtop-packages/src/common/bigtop-select/distro-select
index 7a5bbf863..c967771cc 100644
--- a/bigtop-packages/src/common/bigtop-select/distro-select
+++ b/bigtop-packages/src/common/bigtop-select/distro-select
@@ -68,7 +68,10 @@ leaves = {
            "flink-historyserver" : "flink",
            "spark-client" : "spark",
            "spark-thriftserver" : "spark",
-           "spark-historyserver" : "spark"
+           "spark-historyserver" : "spark",
+           "ranger-admin" : "ranger-admin",
+           "ranger-usersync" : "ranger-usersync",
+           "ranger-tagsync" : "ranger-tagsync"
 }
 
 # Define the aliases and the list of leaves they correspond to

Reply via email to