Hbase深入学习(二) 安装hbase This guidedescribes setup of a standalone hbase instance that uses the local filesystem. Itleads you through creating a table, inserting rows via the hbase shell, andthen cleaning up and shutting down your standalone hbase instan…
HBase是什么 最近学习了HBase,正常来说写这篇文章,应该从DB有什么缺点,HBase如何弥补DB的缺点开始讲会更有体感,但是本文这些暂时不讲,只讲HBase,把HBase相关原理和使用讲清楚,后面有一篇文章会专门讲DB与NoSql各自的优缺点以及使用场景. HBase是谷歌Bigtable的开源版本,2006年谷歌发布<Bigtable:A Distributed Storage System For Structured Data>论文之后,Powerset公司就宣布HBase在Ha…