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 "Hairong Kuang (JIRA)" <ji...@apache.org> on 2007/12/01 00:15:43 UTC

[jira] Updated: (HADOOP-2229) Provide a simple login implementation

     [ https://issues.apache.org/jira/browse/HADOOP-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hairong Kuang updated HADOOP-2229:
----------------------------------

    Attachment: ugi4.patch

Ok, now the proposal for umask to remove umask from both UGI and UnixUGI. Instead FSPermission (defined in HADOOP-2288) is going to provide get/set umask methods. The approach is that rather than getting a user's umask from UNIX, umask is going to be read from hadoop configuration. If it is not set in the configuration, it is set to a default value 0022.

This new patch reflects the proposed change.

> Provide a simple login implementation
> -------------------------------------
>
>                 Key: HADOOP-2229
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2229
>             Project: Hadoop
>          Issue Type: New Feature
>    Affects Versions: 0.15.0
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Hairong Kuang
>             Fix For: 0.16.0
>
>         Attachments: ugi.patch, ugi1.patch, ugi2.patch, ugi3.patch, ugi4.patch
>
>
> Give a simple implementation of HADOOP-1701.    Hadoop clients are assumed to be started within a Unix-like network which provides user and group management.  This implementation read user information from the OS and send them to the NameNode in plaintexts through RPC (see also HADOOP-2184).  NameNode trusts all information given and uses them for permission checking.

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