HBase Overview
Introduction
HBase is a distributed column oriented database built over HDFS. Although the terminology in HBase is of a "table","row","column" etc... HBase should not be compared with a Relational Database Managment System like Oracle or MySQL.
It is easiest to think of HBase as a persistent Hashtable or