You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2009/10/23 20:04:02 UTC

[Hadoop Wiki] Update of "ZooKeeper/HBaseUseCases" by PatrickHunt

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "ZooKeeper/HBaseUseCases" page has been changed by PatrickHunt.
http://wiki.apache.org/hadoop/ZooKeeper/HBaseUseCases

--------------------------------------------------

New page:
== Description of how HBase uses ZooKeeper ==
ZooKeeper recipes that HBase plans to use current and future. By documenting these cases we (zk/hbase) can get a better idea of both how to implement the usecases in ZK, and also ensure that ZK will support these. In some cases it may be prudent to verify the cases (esp when scaling issues are identified). It may also be that new features, etc... might be identified.

== Current Usecases ==
Current use cases

=== Case 1 (please fill these in) ===

Summary: (summary of a particular use of zk)
Expected scale: (how many clients, nodes, watches, req/s, etc...)
General recipe implemented: (some basic psudocode would be useful)

== Future Interest ==
Potential uses going forward