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.

1
2
3
4
<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!


HDFS Permission denied
https://rug.al/2015/2015-04-14-hdfs-permission-denied/
Author
Rugal Bernstein
Posted on
April 14, 2015
Licensed under