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


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

        

Reply via email to