Henry Robinson has posted comments on this change. Change subject: IMPALA-4978 / IMPALA-5631: [DOCS] Add FQDN known issue ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/7388/1/docs/topics/impala_known_issues.xml File docs/topics/impala_known_issues.xml: PS1, Line 146: from hostname command I think the precise issue is that Impala must have the --hostname flag set to the FQDN. If the user does not set --hostname explicitly to the FQDN, Impala will use gethostname() (not the command 'hostname') to determine the value of the flag. If that call returns a non-FQ DN, Kerberos will not work. If there's a problem with gethostname(), that can be detected by the user running 'hostname' which calls the gethostname() system call. -- To view, visit http://gerrit.cloudera.org:8080/7388 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib039d0102878f1c05470371f581cb258287b9bc0 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: John Russell <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-HasComments: Yes
