Merge "Enable ACLs"

This commit is contained in:
Jenkins 2015-08-25 05:51:04 +00:00 committed by Gerrit Code Review
commit 457bcce648
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>