Apache ZooKeeper

From Wikipedia, the free encyclopedia
Jump to: navigation, search
ZooKeeper
Developer(s) Apache Software Foundation
Stable release 3.3.4 / November 26, 2011; 3 months ago (2011-11-26)
Written in Java
Operating system Cross-platform
Type Distributed computing
License Apache License 2.0
Website zookeeper.apache.org

Apache ZooKeeper is a software project of the Apache Software Foundation, providing an open source centralized configuration service and naming registry for large distributed systems. ZooKeeper was a sub project of Hadoop but is now a top-level project in its own right.

ZooKeeper's architecture supports high-availability through redundant services. The clients can thus ask another ZooKeeper master if the first fails to answer. ZooKeeper nodes store their data in a hierarchical name space, much like a file system or a trie datastructure. Clients can read and write from/to the nodes and in this way have a shared configuration service.[1]

ZooKeeper is used by companies including Rackspace and Yahoo![2] as well as open source enterprise search systems like Solr.

Contents

[edit] Typical use cases

[edit] See also

[edit] References

  1. ^ [1]
  2. ^ http://wiki.apache.org/hadoop/ZooKeeper/PoweredBy ZooKeeper Overview: A Distributed Coordination Service for Distributed Applications

[edit] External links

Personal tools
Namespaces

Variants
Actions
Navigation
Interaction
Toolbox
Print/export
Languages