[
https://issues.apache.org/jira/browse/HBASE-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120631#comment-13120631
]
Hudson commented on HBASE-4537:
-------------------------------
Integrated in HBase-0.92 #43 (See
[https://builds.apache.org/job/HBase-0.92/43/])
HBASE-4537 Unused TestUser imports break compilation against secure Hadoop
garyh :
Files :
* /hbase/branches/0.92/CHANGES.txt
*
/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/security/TestUser.java
> 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