Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
Reviewed
-
security
Description
user logs in as hdfs/something@something and tries to run balancer.
balancer is using NameNode Protocol which authorizes based on server principal key.
but NameNode key is hdfs/_HOST@.. now. so it fails.
To fix we need to compare the short names only.