Created 01-05-2019 04:24 PM
ERROR security.UserGroupInformation: PriviledgedActionException as:training (auth:SIMPLE) cause:org.apache.hadoop.security.AccessControlException: Permission denied
Created 01-05-2019 04:24 PM
Hi All, will anybody help me on this??
Created 01-05-2019 06:40 PM
Suppose below answer won't resolve, please share detailed error for troubleshoot.
Created 01-05-2019 06:38 PM
This is most probably a permission issue. There are two ways to solve it. You can disable permission in hdfs-site.xml
<property> <name>dfs.permissions</name>
<value>false</value>
</property>
Or either you can give write permission to user 'training' in hadoop. Please accept the answer you found most useful.
Created 01-06-2019 02:33 PM
Hi Jagadeesan,
First of all Thanks a lot for your response. I have encountered an error with eclipse due to which i am not able to open my .java files. As soon as this error is resolved, i will try the methods provided by you and also will let you know.
Regards,
Akash