HDFS Permission denied
While developing hadoop or using HDFS, I want to access HDFS without permission problem for convenience.
So we could add one property in conf/hdfs-site.xml
file.
<property>
<name>dfs.permissions</name>
<value>false</value>
</property>
So that any access will not be block, but you need to disable this feature in product enviornment!