Vincent Tran has uploaded this change for review. ( http://gerrit.cloudera.org:8080/10580
Change subject: IMPALA-2782: part 2 - Allow impala-shell to connect directly to impalad when configured with load balancer and kerberos. ...................................................................... IMPALA-2782: part 2 - Allow impala-shell to connect directly to impalad when configured with load balancer and kerberos. After some additional testing around IMPALA-2782, it was discovered that the impala-shell starts the session displaying the expected hostname (as passed -i flag) on the prompt. This gives the impression that the load balancer was bypassed, however the actual TSSLSocket was still created with the hostname passed into the -b or --kerberos_host_fqdn flag. This change ensures that the hostname used to create the TSSLSocket will always be the one passed in via the -i flag on impala-shell, regardless of whether the -b flag is set. Change-Id: Ibee05bd0dbe8c6ae108b890f0ae0f6900149773a --- M shell/impala_client.py 1 file changed, 7 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/80/10580/1 -- To view, visit http://gerrit.cloudera.org:8080/10580 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ibee05bd0dbe8c6ae108b890f0ae0f6900149773a Gerrit-Change-Number: 10580 Gerrit-PatchSet: 1 Gerrit-Owner: Vincent Tran <[email protected]>
