Skip to content

Commit

Permalink
BIGTOP-4050: Remove python dependency from Ranger deb (apache#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiangC authored Apr 16, 2024
1 parent 5407e48 commit e06cc00
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions bigtop-packages/src/deb/ranger/control
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Homepage: http://ranger.apache.org/

Package: ranger
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Apache Ranger is a framework to enable,
monitor and manage comprehensive data security across the Hadoop platform.
The vision with Ranger is to provide comprehensive security across the Apache Hadoop ecosystem.
Expand All @@ -35,86 +35,86 @@ Description: Apache Ranger is a framework to enable,

Package: ranger-admin
Architecture: all
Depends: adduser, postgresql (>= 8.1), libpostgresql-jdbc-java, bigtop-utils (>= 0.7), python | python2
Depends: adduser, postgresql (>= 8.1), libpostgresql-jdbc-java, bigtop-utils (>= 0.7)
Description: Ranger-admin is admin component associated with the Ranger framework

Package: ranger-usersync
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger-usersync is user/group synchronization component associated with the Ranger framework

Package: ranger-kms
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger-kms is key management server component associated with the Ranger framework


Package: ranger-tagsync
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger-tagsync is tag synchronizer component associated with the Ranger framework

Package: ranger-hdfs-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger HDFS plugin component runs within namenode to provide enterprise security using ranger framework

Package: ranger-yarn-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger YARN plugin component runs within resourcemanager to provide enterprise security using ranger framework

Package: ranger-hive-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger Hive plugin component runs within hiveserver2 to provide enterprise security using ranger framework

Package: ranger-hbase-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger HBASE plugin component runs within master and region servers as co-processor to provide enterprise security using ranger framework

Package: ranger-knox-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger KNOX plugin component runs within knox proxy server to provide enterprise security using ranger framework

Package: ranger-storm-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger STORM plugin component runs within storm to provide enterprise security using ranger framework

Package: ranger-kafka-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger KAFKA plugin component runs within kafka to provide enterprise security using ranger framework

Package: ranger-atlas-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger ATLAS plugin component runs within atlas to provide enterprise security using ranger framework

Package: ranger-solr-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger SOLR plugin component runs within solr to provide enterprise security using ranger framework

Package: ranger-sqoop-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger SQOOP plugin component runs within sqoop to provide enterprise security using ranger framework

Package: ranger-kylin-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger KYLIN plugin component runs within kylin to provide enterprise security using ranger framework

Package: ranger-elasticsearch-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger ELASTICSEARCH plugin component runs within elasticsearch to provide enterprise security using ranger framework

Package: ranger-presto-plugin
Architecture: all
Depends: adduser, bigtop-utils (>= 0.7), python | python2
Depends: adduser, bigtop-utils (>= 0.7)
Description: Ranger PRESTO plugin component runs within presto to provide enterprise security using ranger framework

0 comments on commit e06cc00

Please sign in to comment.