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

Owen O'Malley resolved HADOOP-6750.
-----------------------------------

    Resolution: Won't Fix

UserGroupInformation was not a public class. It was not intended to be used by 
external users. The semantics of UserGroupInformation changed such that the 
previous methods don't make sense any more. So the alternative was to implement 
the method that always threw UnsupportedOperationException or give the user a 
compile time error. Errors at compile time, while not good, are much better 
than errors at runtime.

> UserGroupInformation incompatibility: getCurrentUGI() and setCurrentUser() 
> missing
> ----------------------------------------------------------------------------------
>
>                 Key: HADOOP-6750
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6750
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>            Reporter: Cosmin Lehene
>             Fix For: 0.21.0
>
>
> getCurrentUGI() and setCurrentUser() are missing from the new 0.21 branch

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

Reply via email to