Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.90.5, 0.92.0, 0.94.0
-
None
-
None
Description
The HBASE-4515 patch mistakenly added unused imports to TestUser:
import org.apache.hadoop.security.UnixUserGroupInformation; import org.apache.hadoop.security.UserGroupInformation;
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).
Attachments
Attachments
Issue Links
- is related to
-
HBASE-4515 User.getCurrent() can fail to initialize the current user
- Closed