|
Size: 4170
Comment:
|
← Revision 297 as of 2012-08-24 15:17:29 ⇥
Size: 4168
Comment: Change dist-lists to mailing-lists and rolling restart link
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 19: | Line 19: |
| * [[http://hbase.apache.org/mail-lists.html|HBase dist-lists]] | * [[http://hbase.apache.org/mail-lists.html|HBase mailing-lists]] |
| Line 40: | Line 40: |
| * [[http://hbase.apache.org/book.html#decommission|Rolling Restart]] of HBase | * [[http://hbase.apache.org/book.html#rolling|Rolling Restart]] of HBase |
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