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.
General Information
Info on HBase versions currently available -- e.g. 0.90.0 vs. 0.89.x vs. 0.20.x
- See also this description of the HBase Storage Architecture by Lars George
- HBase IRC Channel - #hbase on irc.freenode.net
PoweredBy, a list of sites and applications powered by HBase (Currently you need permissions to edit; just send text to stack at apache dot org and I'll add it for you)
Administrators / Setup Guides and configuration
- HBase and Performance
How to set up multiple HBase Masters for higher availability
Rolling Restart of HBase
- Migrating between HBase versions
User / Developer Documentation
HBase Shell -- Based on Ruby's IRB
- HBase non-java access
- languages talking to the JVM:
- languages with a custom protocol
- Hbase Map Reduce
Developer Documentation
HBase Roadmaps by HBase Version
Profiling: The HBase project uses JProfiler thanks to a generous donation by ej-technologies.
Design Documents