HDFS permissions is a new feature in Hadoop 0.16.0The 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>
Post a Comment
Post a Comment