Created 03-04-2019 02:42 PM
we have ambari cluster with 3 zookeeper server and 3 kafka machines
where kafka store the meta data on zookeeper ? ( which path ? )
Created 03-05-2019 12:54 PM
login zookeeper cli by using
/usr/hdp/current/zookeeper-server/bin/zkCli.sh
and run
ls /
The above command will display all znodes in the cluster