Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.4-alpha
-
None
-
Reviewed
Description
Many of the Hadoop server daemons support the concept of refreshing user mappings or getting the currently cached user-group mappings. Currently there are protocol buffer definitions of RefreshUserMappingsProtocol and GetUserMappingsProtocol in HDFS, but using it requires packages to depend upon HDFS when they may otherwise have no reason to do so. We should move the protocol buffer definitions and glue code to common for easier reuse.