Back
How to check if ZooKeeper is up and running---I tried to do a ps -ef | grep "zoo" I could not find anything. May be I am using a wrong key word to search??
ps -ef | grep "zoo"
Any help would be really appreciated?
To check the status of your Zookeeper just go to the bin directory of ZooKeeper run following command:
./zkServer.sh status
If you have any doubt regarding Hadoop, refer to the following video tutorial:
31k questions
32.8k answers
501 comments
693 users