[ https://issues.apache.org/jira/browse/HADOOP-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257529#comment-13257529 ]
Alejandro Abdelnur commented on HADOOP-8152: -------------------------------------------- Oozie uses the following from Hadoop security: * UserGroupInformation class: ** UserGroupInformation.setConfiguration() ** UserGroupInformation.loginUserFromKeytab() ** UserGroupInformation.createProxyUser() ** UserGroupInformation.createUserForTesting() ** UserGroupInformation.doAs() * hadoop-auth packages: ** org.apache.hadoop.security.authentication.client ** org.apache.hadoop.security.authentication.server > 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, 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