HBase: Bigtable-like structured storage for Hadoop HDFS
Just as Google's
Bigtable leverages the distributed data storage provided by the
Google File System, HBase provides Bigtable-like capabilities on top of Hadoop Core. Data is organized into tables, rows and columns. An Iterator-like interface is available for scanning through a row range (and of course there is the ability to retrieve a column value for a specific key). Any particular column may have multiple versions for the same row key.
General Information
HBase Home Page -- hbase.org HBase Architecture -- This paper is out-of-date but the basic concepts and operation remains roughly the same. Good introductory reading.
Support:
HBase Mailing Lists See also the
Hadoop Mailing Lists
HBase
news, presentations, and articles PoweredBy, a list of sites and applications powered by HBase
User Documentation
HBase and Performance
Tools for evaluating HBase performance and scalability
There are setup instructions and a JMeter Test Plan in
HADOOP-2625
Developer Documentation
Roadmaps