Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.3, 1.1.0, 1.2.0
-
None
-
None
-
Reviewed
Description
public static void fetchServiceTicket(URL remoteHost) throws IOException { if(!UserGroupInformation.isSecurityEnabled()) return; String serviceName = "host/" + remoteHost.getHost();
the hostname should be converted to lower case. Saw this in branch 1, will look at trunk and update the bug accordingly.
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-8878 uppercase namenode hostname causes hadoop dfs calls with webhdfs filesystem and fsck to fail when security is on
- Closed
- relates to
-
HADOOP-7988 Upper case in hostname part of the principals doesn't work with kerberos.
- Closed