…ipal name (amagyar)
## What changes were proposed in this pull request?
Hive should handle a customized Zookeeper service principal name.
Currently this is not supported due to hardcoded and implicit values expecting
the Zookeeper service principal name to be zookeeper/_HOST as opposed to
something like zookeeper-mycluster/_HOST.
## How was this patch tested?
- Installed a cluster with HIVE and ZOOKEEPER
- Changed zookeeper principle on the ambari UI to zookeeper2/_HOST@${realm}
- Added the following to zookeeper-env
export CLIENT_JVMFLAGS="$CLIENT_JVMFLAGS
-Dzookeeper.sasl.client.username=zookeeper2
- Successfully started HIVE after enabled kerberos
[ Full content available at: https://github.com/apache/ambari/pull/2244 ]
This message was relayed via gitbox.apache.org for [email protected]