Created 01-20-2019 10:06 PM
hi all
we can see the following zookeeper secured , / encrypt communication articles
https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.1.1/bk_administration/content/encryption.html
since the articles are talks about HDP 3.1 version
I not convinced this feature is also support the hdp version - 2.6.4
so can we encrypt / decryption zookeeper on HDP - 2.6.4 ?
Created 01-21-2019 04:29 PM
Hi @Michael Bronson
By default network communication of ZooKeeper isn’t encrypted. However, each user and service can leverage the SSL feature and/or custom authentication implementation in order to use ZooKeeper in secure mode. Kindly refer the below link.
LINK: https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide
This feature is added from Zookeeper version 3.5.1 and so on.
Unfortunately the HDP version (which is HDP 2.6.4) includes the Zookeeper version "Apache ZooKeeper 3.4.6" so this feature is not available in HDP yet.
Please accept this answer if you found it helpful.
Created 01-22-2019 06:43 AM
about "This feature is added from Zookeeper version 3.5.1 and so on" , can you described from which doicumwnt you take that ?
Created 01-23-2019 07:17 AM
Kindly look into the below JIRA: