You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Upendra Yadav <up...@gmail.com> on 2014/03/04 07:23:31 UTC

What information provide and how maintained by HBase ZooKeeper

Hi,

What information provide and how maintained by HBase ZooKeeper regarding:
1. HBase Client
2. HMaster
3. Region Server

All DML/DQL operations are handled by Region server. And DDL operations by
HMaster.

So how client communicate with zookeeper, Hmaster, Region Server and how
perform these operation.