I have virtual hadoop cluster and client to hadoop is running on windows machine. When I am submitting mapred job I am getting org.apache.hadoop.security.AccessControlException: Permission denied access=EXECUTE, inode="":jakub:supergroup:rwx------- as it runs under windows user.
I tried to disabl those checks by setting dfs.permissions to false. Seems that didn't help.
When I try to submit the job under the user hadoop is runnig on cluster I get: User: XXX is not allowed to impersonate jakub.
This is related to user management on hadoop. Do I miss something important here? I is my development machine so the easest solution wins.
Thanks