You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use KFS-0.5 with Hadoop-1.0.3. When I ran a job,
I got the error information:
ERROR security.UserGroupInformation: PriviledgedActionException as:hadoop
cause:java.io.IOException: The ownership/permissions on the staging directory
kfs://mars:20000/tmp/hadoop-hadoop/mapred/staging/hadoop/.staging is not as
expected. It is owned by and permissions are rwxrwxrwx. The directory must be
owned by the submitter hadoop or by hadoop and permissions must be rwx------
`bin/hadoop fs -ls` shows all files have the rwxrwxrwx permission.
kfsshell doesn't list permission.
class KfsClient doesn't seem to have something like chmod or chown.
Does KFS not support file permission?
Thanks,
Gary
Original issue reported on code.google.com by [email protected] on 31 Jul 2012 at 1:49
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 31 Jul 2012 at 1:49The text was updated successfully, but these errors were encountered: