Re: Hadoop Priviledged User Error!

2013-08-15 Thread Nitin Pawar
read the error denied: user=root, access=WRITE,inode="/user":hdfs:supergroup:drwxr-xr-x you are executing the command as user root (remember a linux user root has no root level access to hdfs) . Your user (root) does not have write permission to "/user" either create a directory as user hdfs and

Hadoop Priviledged User Error!

2013-08-15 Thread Pavan Sudheendra
Hi , Can anyone give me details why i'm getting the below error? 06:08:34,313 ERROR UserGroupInformation:1411 - PriviledgedActionException as:root (auth:SIMPLE) cause:org.apache.hadoop.security.AccessControlException: Permission denied: user=root, access=WRITE, inode="/user":hdfs:supergroup:drwxr