Recent Tweets
join our mailing list
* indicates required

About Ambleside

Ambleside Logic is led by Aaron Rosenbaum. Father of 3, Programming since 7, DevOps since 11 (hacking RSTS), exIngres, exCTP, exCohera. Sold two companies to Oracle, one to HP. Research + Strategy for NoSQL/BigData ecosystem implementors, vendors and investors.

« Getting ready for Oracle OpenWorld 2012 | Main | Two sides of big data: Better Answers vs. Cheaper Answers »
Thursday
Mar152012

Is Zookeeper becoming the standard cluster manager?

I have been intrigued lately about the growth of Zookeeper as a general purpose cluster manager.  Zookeeper started as a clone of Chubby, a google project to maintain distributed locks.  Zookeeper is the core metadata filesystem for Hadoop.  Zookeeper maintains information on cluster participants, services and status - it's a cluster manager.

There have been some other uses in the past – Neo4j and Rackspace – but things seem to be accelerating lately.

Netflix’s Curator project is quite interesting – particulary the Service Discovery work as more general purpose workflow coordination.

Twitter is using Mesos on top of Zookeeper for meta data but also to instantiate services.

More influencial is Storm.  Built on top of Mesos.  Nathan's presentation at Strata 2012 was jammed.

LinkedIn wrote Norbert last year – seems very light weight but they are doing something similar to what Twitter is doing.

The most popular session about Zookeeper at 2012 Hadoop summit?

Dynamic Reconfiguration of Apache Zookeeper

Zookeeper is definitely not just for map reduce jobs anymore...

PrintView Printer Friendly Version