Enable ACLs

By default, ACLs are disabled

Change-Id: Ifc125f354721ff94d2b9f640331948cd9f2f48bd
This commit is contained in:
Li, Chen 2015-08-25 09:54:36 +08:00
parent c27fab5223
commit 3257e48bce
1 changed files with 4 additions and 0 deletions

View File

@ -29,4 +29,8 @@
<name>dfs.datanode.data.dir</name>
<value>file:__PLACEHOLDER__/hadoop/tmp/dfs/data</value>
</property>
<property>
<name>dfs.namenode.acls.enabled</name>
<value>true</value>
</property>
</configuration>