Created on 05-04-2016 01:51 PM - edited 09-16-2022 03:17 AM
Hi, Could someone tell me how to check zookeeper running status apart using commands (ps -ef | grep zoo) or #./zkService.sh status
Created 05-04-2016 02:53 PM
Ambari and ps command can show you that ZK service and ZK process is running on respective nodes, but only after "zkService.sh status" shows you that one node is the leader and the others are followers you can be absolutely certain that ZK is running and fully functional. You can run it using pdsh and targeting only ZK nodes.
Created on 07-23-2019 07:13 PM - edited 08-19-2019 02:27 AM
@Predrag Minovic After running the PS this is the output. Is Zookeeeper running ? if not how can I run zookeeper?