Skip to content

Commit

Permalink
Remove dfs.permissions property from HDFS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Dec 19, 2024
1 parent 73a28e0 commit 7ad4ebb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def configure_hdfs_site():
tree = et.parse(core_site_path)
root = tree.getroot()
root.append(create_property("dfs.replication", "1"))
root.append(create_property("dfs.permissions", "false"))
tree.write(core_site_path)


Expand Down

0 comments on commit 7ad4ebb

Please sign in to comment.