diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml index 50bd38c7983..75feb9f2aa3 100644 --- a/src/docbkx/book.xml +++ b/src/docbkx/book.xml @@ -1724,7 +1724,8 @@ of all regions. 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). - See Schubert Zhang's blog post on HFile: A Block-Indexed File Format to Store Sorted Key-Value Pairs for a thorough introduction. + 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 + helpful description, HBase I/O: HFile.