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 -- (updated 2008/09/05)
FAQ and Troubleshooting
Support:
HBase Mailing Lists See also the
Hadoop Mailing Lists
HBase
news, presentations, articles, and the
Unofficial Blog PoweredBy, a list of sites and applications powered by HBase
User Documentation
HBase Shell -- New in 0.2.0, replaces HQL
JRuby interface to HBase -- obsoleted by the new shell
HBase and Performance
Tools for evaluating HBase performance and scalability
There are setup instructions and a JMeter Test Plan in
HADOOP-2625
Migrating between HBase versions