Here I’m using Hadoop version 2.7.4
- To view the HDFS Web page, click
/tmp
Error: Directory cannot be accessedPermission denied: user=dr.who, access=READ_EXECUTE, inode="/tmp":root:supergroup:drwx------
- Solution: This is because there is no permission to cause, just modify the permission, hadoop
bin
In the directory, run
./hdfs dfs -chmod -R 755 /tmp
Copy the code