How to Install zookeeper in Ubuntu 18.04



Install zookeeper by entering the following commands in the terminal:

sudo apt update
sudo apt install zookeeper

Description:

High-performance coordination service for distributed applications

ZooKeeper is a centralized, reliable, service for maintaining configuration information, naming, providing distributed synchronization, and group services. All of these kinds of services are used in some form or another by distributed applications. . This package contains the shell scripts and an example configuration but does not automatically start up the service. The example configuration is installed with the update-alternatives mechanism.

Homepage: https://zookeeper.apache.org

Version: 3.4.10-3

Section: universe/java