Index: src/docbkx/book.xml =================================================================== --- src/docbkx/book.xml (revision 1210262) +++ src/docbkx/book.xml (working copy) @@ -83,7 +83,7 @@
Conceptual View The following example is a slightly modified form of the one on page - 2 of the BigTable paper. + 2 of the BigTable paper. There is a table called webtable that contains two column families named contents and anchor. In this example, anchor contains two @@ -1738,7 +1738,7 @@ StoreFile (HFile)
HFile Format The hfile file format is based on - the SSTable file described in the BigTable [2006] paper and on + the SSTable file described in the BigTable [2006] paper and on Hadoop's tfile (The unit test suite and the compression harness were taken directly from tfile). Schubert Zhang's blog post on HFile: A Block-Indexed File Format to Store Sorted Key-Value Pairs makes for a thorough introduction to HBase's hfile. Matteo Bertozzi has also put up a @@ -1938,10 +1938,6 @@ - -
-
-
FAQ @@ -2726,19 +2722,25 @@
HBase and Hadoop, Mixing Real-Time and Batch Processing at StumbleUpon by JD Cryans (Hadoop World 2010). - Getting The Most From Your HBase Install Ryan Rawson, Jonathan Gray (Hadoop World 2009). -
HBase Presentations (Slides) Advanced HBase Schema Design by Lars George (Hadoop World 2011). Introduction to HBase by Todd Lipcon (Chicago Data Summit 2011). + Getting The Most From Your HBase Install by Ryan Rawson, Jonathan Gray (Hadoop World 2009). + +
+
Papers + BigTable by Google (2006). + + No Relation: The Mixed Blessings of Non-Relational Databases by Ian Varley (2009). +
Sites Cloudera's HBase Blog has a lot of links to useful HBase information. - CAP Confusion is a relevant presentation for background information on + CAP Confusion is a relevant entry for background information on distributed storage systems.