What is zookeeper server?



What is zookeeper server?..

Answer / Archana Kumari

Apache ZooKeeper is a centralized service for maintaining configuration information, naming, and providing distributed synchronization and coordination in distributed applications. A ZooKeeper server maintains a hierarchical namespace of small data items called znodes, which can be updated by clients. The main use cases for ZooKeeper are leader election, distributed locking, and coordinating multiple processes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache ZooKeeper Interview Questions

What are Watches in ZooKeeper?

1 Answers  


What are the Benefits Of Zookeeper?

1 Answers  


What is the role of the zookeeper?

1 Answers  


What are the options-process for upgrading zookeeper?

1 Answers  


What is the difference between the ZooKeeper ensemble and ZooKeeper quorum?

1 Answers  


How to start zookeeper server?

1 Answers  


What is ZooKeeper Client?

1 Answers  


State about ZooKeeper WebUI?

1 Answers  


What are the basics of zookeeper api?

1 Answers  


What are nodes and ephemeral nodes?

1 Answers  


How should you handle session_expired?

1 Answers  


What happens to zk sessions while the cluster is down?

1 Answers  


Categories