Skip to content

Commit

Permalink
Merge pull request #92 from tucked/cdp-ranger
Browse files Browse the repository at this point in the history
Add Ranger directories for CDP
  • Loading branch information
shirleylxie authored Apr 13, 2021
2 parents adc8ae1 + c543f15 commit 93f259d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/isilon_hadoop_tools/directories.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ def cdp_directories(identity_suffix=None):
directories = [
HDFSDirectory('/', 'hdfs', 'hadoop', 0o755),
HDFSDirectory('/hbase', 'hbase', 'hbase', 0o755),
HDFSDirectory('/ranger', 'hdfs', 'supergroup', 0o755),
HDFSDirectory('/ranger/audit', 'hdfs', 'supergroup', 0o755),
HDFSDirectory('/solr', 'solr', 'solr', 0o775),
HDFSDirectory('/tmp', 'hdfs', 'supergroup', 0o1777),
HDFSDirectory('/tmp/hive', 'hive', 'supergroup', 0o777),
Expand Down

0 comments on commit 93f259d

Please sign in to comment.