What is the purpose of using Zookeeper in Storm?

devquora
devquora

Posted On: Feb 22, 2018

 

Zookeeper is used in the storm for coordination of cluster. It's not the duty of the zookeeper to pass the messages, which makes the load on it lighter. Zookeeper clusters of a single node are good and can do most tasks. But for deploying storm clusters that are large, it might need larger zookeeper clusters. Zookeeper should be run very carefully for the reason being the process will get excited if the zookeeper encounters an error case.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apache Storm Interview Questions

    What is Apache Storm?

    Apache Storm is a distributed real-time system of computation which is an open and free source. Apache storm is used for processing Big Data Analytics with being reliable. It is simple to use Storm. I...

    Apache Storm Interview Questions

    What are the benefits of Apache Storm?

    There are a bunch of benefits of using Apache Storm for real-time processing.First, it is very simple to operate Storm. Its standard configurations are helpful in deploying and using it easily. S...

    Apache Storm Interview Questions

    What are the types of Nodes in Apache Storm?

    Nodes are classified into two types, namely Master Node and the Worker Node. The master node is responsible for the execution of daemon nimbus. Its duty is to assign tasks to the machines and also of ...