cas-packone / ambari-impala-service

make Impala on HDP enabled
51 stars 38 forks source link

Moving to using FQDN for principal name for Impala #2

Closed davidov541 closed 6 years ago

davidov541 commented 6 years ago

Updating params.py so that it pulls in the fully qualified domain name (FQDN) instead of just the hostname. The FQDN is the default used for principal names by Ambari, so using just the host name results in the inability for Impala to start up in a secured environment, since the principals don't match.

I made this change on a cluster we were trying to get to use the original pull, and it allowed us to implement the MPack on the Kerberized cluster correctly.