You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Gary Helmling (Resolved) (JIRA)" <ji...@apache.org> on 2011/10/05 01:14:33 UTC

[jira] [Resolved] (HBASE-4537) Bad imports in TestUser from HBASE-4515 change

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

Gary Helmling resolved HBASE-4537.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.90.5
         Assignee: Gary Helmling

Committed trivial fix to branches 0.90, 0.92 and trunk.
                
> Bad imports in TestUser from HBASE-4515 change
> ----------------------------------------------
>
>                 Key: HBASE-4537
>                 URL: https://issues.apache.org/jira/browse/HBASE-4537
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.0, 0.94.0, 0.90.5
>            Reporter: Gary Helmling
>            Assignee: Gary Helmling
>             Fix For: 0.90.5
>
>         Attachments: HBASE-4537.patch
>
>
> The HBASE-4515 patch mistakenly added unused imports to TestUser:
> {code}
> import org.apache.hadoop.security.UnixUserGroupInformation;
> import org.apache.hadoop.security.UserGroupInformation;
> {code}
> Both should be removed.  UnixUserGroupInformation is specific to non-secure Hadoop and importing it will break compilation against secure Hadoop variants (0.20.205, 0.22, 0.23).

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