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 "Hemanth Yamijala (JIRA)" <ji...@apache.org> on 2008/09/03 16:17:44 UTC

[jira] Commented: (HADOOP-4055) clean up UGI to support savetoConf

    [ https://issues.apache.org/jira/browse/HADOOP-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628011#action_12628011 ] 

Hemanth Yamijala commented on HADOOP-4055:
------------------------------------------

Should we deprecate UnixUGI.login(Configuration conf, boolean saveToConf) ? Also, as decided in HADOOP-3698, we have now defined a AccessControlIOException which is similar to AccessControlException in o.a.h.fs.permissions. Should we also deprecate AccessControlException ?

> clean up UGI to support savetoConf
> ----------------------------------
>
>                 Key: HADOOP-4055
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4055
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: util
>            Reporter: Owen O'Malley
>
> Currently clients have to use UnixUserGroupInfo instead of UserGroupInfo because saveToConf is only defined in UnixUGI. We should add the abstract saveToConf in UGI.
> {code}
> UserGroupInfo:
>   public abstract void saveToConf(Configuration conf);
> {code}
> and the matching body in UnixUGI.

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