Skip to content

Commit

Permalink
Merge pull request #93 from shirleylxie/BR_WAREHOUSE
Browse files Browse the repository at this point in the history
Add creation of /warehouse/tablespace for cdp
  • Loading branch information
shirleylxie authored Apr 27, 2021
2 parents 93f259d + 292a5ed commit 61d0b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/isilon_hadoop_tools/directories.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def cdp_directories(identity_suffix=None):
HDFSDirectory('/user/yarn/services/service-framework', 'hdfs', 'supergroup', 0o775),
HDFSDirectory('/user/zeppelin', 'zeppelin', 'zeppelin', 0o775),
HDFSDirectory('/warehouse', 'hdfs', 'supergroup', 0o775),
HDFSDirectory('/warehouse/tablespace', 'hdfs', 'supergroup', 0o775),
HDFSDirectory('/warehouse/tablespace/external', 'hdfs', 'supergroup', 0o775),
HDFSDirectory('/warehouse/tablespace/managed', 'hdfs', 'supergroup', 0o775),
HDFSDirectory('/warehouse/tablespace/external/hive', 'hive', 'hive', 0o1775),
Expand Down

0 comments on commit 61d0b21

Please sign in to comment.