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

Todd Lipcon commented on HADOOP-8152:
-------------------------------------

Looking at HBase, it seems like it's also using the following which aren't 
marked public by this patch:
- SecurityUtil.getServerPrincipal
- enum UGI.AuthenticationMethod (marked evolving but not marked public)
- UGI.getRealUser
- UGI.isLoginKeytabBased
- UGI.reloginFromKeytab
- UGI.reloginFromTicketCache
- UGI.getUserName
- UGI.createUserForTesting
                
> Expand public APIs for security library classes
> -----------------------------------------------
>
>                 Key: HADOOP-8152
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8152
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Aaron T. Myers
>            Assignee: Aaron T. Myers
>         Attachments: HADOOP-8152.patch
>
>
> Currently projects like Hive and HBase use UserGroupInformation and 
> SecurityUtil methods. Both of these classes are marked 
> LimitedPrivate(HDFS,MR) but should probably be marked more generally public.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to