Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
None
-
-
Reviewed
Description
Fix findbugs warning about initialization circularity between UserGroupInformation and UserGroupInformation#HadoopConfiguration.
From the findbugs text:
Initialization circularity between org.apache.hadoop.security.UserGroupInformation and org.apache.hadoop.security.UserGroupInformation$HadoopConfiguration Bug type IC_INIT_CIRCULARITY (click for details) In class org.apache.hadoop.security.UserGroupInformation In class org.apache.hadoop.security.UserGroupInformation$HadoopConfiguration At UserGroupInformation.java:[lines 76-1395]
Attachments
Attachments
Issue Links
- is related to
-
HDFS-3568 fuse_dfs: add support for security
- Closed