You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Pete Wyckoff (JIRA)" <ji...@apache.org> on 2008/09/08 06:06:46 UTC

[jira] Created: (HADOOP-4111) fuse-dfs implement posix access method

fuse-dfs implement posix access method
--------------------------------------

                 Key: HADOOP-4111
                 URL: https://issues.apache.org/jira/browse/HADOOP-4111
             Project: Hadoop Core
          Issue Type: New Feature
          Components: contrib/fuse-dfs
            Reporter: Pete Wyckoff


int dfs_access(path, mode)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4111) fuse-dfs implement posix access method

Posted by "Craig Macdonald (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631889#action_12631889 ] 

Craig Macdonald commented on HADOOP-4111:
-----------------------------------------

+1.

C

> fuse-dfs implement posix access method
> --------------------------------------
>
>                 Key: HADOOP-4111
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4111
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: contrib/fuse-dfs
>            Reporter: Pete Wyckoff
>
> int dfs_access(path, mode)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4111) fuse-dfs implement posix access method

Posted by "Pete Wyckoff (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631874#action_12631874 ] 

Pete Wyckoff commented on HADOOP-4111:
--------------------------------------

proposal for the short term:

Implement this entirely in fuse-dfs using the hdfsStat structure which has the owner, group and permissions of a file.  Use the 'root' user on the box fuse-dfs is running on as the super user. 

This can be done relatively quickly and gives basically the right semantics assuming HDFS is "exported" with no_root_squash which since it doesn't implement authenticating users, it really is.

The only downside is fuse-dfs will not then respect the user that is the superuser for HDFS; they would have to sudo command like everyone else.

This does *not* introduce any security holes since the user could directly use the Java client or libhdfs to do any operation fuse-dfs can.




> fuse-dfs implement posix access method
> --------------------------------------
>
>                 Key: HADOOP-4111
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4111
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: contrib/fuse-dfs
>            Reporter: Pete Wyckoff
>
> int dfs_access(path, mode)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.