Skip to content

Commit

Permalink
Merge pull request #22 from uc-cdis/m0nhawk-patch-1
Browse files Browse the repository at this point in the history
Update run_config.py
  • Loading branch information
m0nhawk authored Dec 9, 2024
2 parents 81a46ac + 04ed034 commit 079807f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def configure_hdfs_site():
root.append(create_property('dfs.namenode.https-bind-host', config.HADOOP_HOST))
root.append(create_property('dfs.client.use.datanode.hostname', 'true'))
root.append(create_property('dfs.datanode.use.datanode.hostname', 'true'))
root.append(create_property('dfs.permissions', 'false'))
indent(root)
tree.write(core_site_path)

Expand Down

0 comments on commit 079807f

Please sign in to comment.