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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2010/05/06 00:40:03 UTC

[jira] Resolved: (HADOOP-6750) UserGroupInformation incompatibility: getCurrentUGI() and setCurrentUser() missing

     [ 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.