Enable ACLs
By default, ACLs are disabled Change-Id: Ifc125f354721ff94d2b9f640331948cd9f2f48bd
This commit is contained in:
parent
c27fab5223
commit
3257e48bce
@ -29,4 +29,8 @@
|
|||||||
<name>dfs.datanode.data.dir</name>
|
<name>dfs.datanode.data.dir</name>
|
||||||
<value>file:__PLACEHOLDER__/hadoop/tmp/dfs/data</value>
|
<value>file:__PLACEHOLDER__/hadoop/tmp/dfs/data</value>
|
||||||
</property>
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>dfs.namenode.acls.enabled</name>
|
||||||
|
<value>true</value>
|
||||||
|
</property>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user