Apache ZooKeeper edit  

Service for managing coordination (e.g. configuration information and synchronisation) of distributed and clustered systems. Based on a hierarchical key-value store, with support for things such as sequential nodes (whose names are automatically assigned a sequence number suffix), ephemeral nodes (which only exist whilst their owners session exists) and the ability to watch nodes. Guarantees that all writes are serial and ordered (i.e. all clients will see them in the same order), meaning it's more appropriate for low write high read scenarios. Can run in a high available cluster called an ensemble. Originally an Hadoop sub-project, but graduated to a top level Apache project in January 2011. Java based, still under active development, and used by a range of technologies including Hadoop, Mesos, HBase, Kafka and Solr.

Technology Information

Other NamesZooKeeper
VendorsThe Apache Software Foundation
TypeOpen Source - Active
Last UpdatedFebruary 2017 - 3.4

Related Technologies

Add onsApache Curator
Is packaged byApache Bigtop, Hortonworks Data Platform, Hortonworks DataFlow, Cloudera CDH, MapR Converged Data Platform, Amazon EMR
Is used byApache Mesos, Chronos, Mesosphere Marathon

News

Blog Posts