feedburner
Enter your email address:

Delivered by FeedBurner

feedburner count

How to Disable Hadoop File System Permissions

Labels: ,

HDFS permissions is a new feature in Hadoop 0.16.0
The default value for the HDFS permissions in hadoop 0.16.0 is true. In order to disable it you need to add the following block to your Hadoop configuration file (hadoop-site.xml):


<property>
<name>dfs.permissions</name>
<value>false</value>
</property>

0 comments:

Post a Comment