What is Hbase

Hbase is an open source column oriented NO-SQL i.e. non-relational database which is built on the top of the Hadoop eco system.

Difference between Hbase and RDBMS

What are the component of Hbase

A. HMaster
B. HRegion Server
C. Zookeeper

What is the importance of Zookeeper in HBase

Zookeeper is the most important component of Hbase. . It maintains all the configuration information and keep track on region server.