Skip to content

Commit

Permalink
Merge pull request #114 from brittup/main
Browse files Browse the repository at this point in the history
Update directories.py
  • Loading branch information
tucked authored Jun 22, 2023
2 parents 65347f5 + 3ef36b9 commit cc9488d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/isilon_hadoop_tools/directories.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,16 @@ def cdp_directories(identity_suffix=None):
HDFSDirectory("/user/yarn/mapreduce", "hdfs", "supergroup", 0o775),
HDFSDirectory("/user/yarn/mapreduce/mr-framework", "yarn", "hadoop", 0o775),
HDFSDirectory("/user/yarn/services", "hdfs", "supergroup", 0o775),
HDFSDirectory(
"/user/yarn/services/service-framework", "hdfs", "supergroup", 0o775
),
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),
HDFSDirectory("/warehouse/tablespace/managed/hive", "hive", "hive", 0o1775),
HDFSDirectory("/yarn", "yarn", "yarn", 0o700),
HDFSDirectory("/yarn/node-labels", "yarn", "yarn", 0o700),
]
if identity_suffix:
for directory in directories:
Expand Down

0 comments on commit cc9488d

Please sign in to comment.