Author: stack
Date: Thu Feb 17 18:04:12 2011
New Revision: 1071731
URL: http://svn.apache.org/viewvc?rev=1071731&view=rev
Log:
Add link to hfile description by matteo
Modified:
hbase/trunk/src/docbkx/book.xml
Modified: hbase/trunk/src/docbkx/book.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/book.xml?rev=1071731&r1=1071730&r2=1071731&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Thu Feb 17 18:04:12 2011
@@ -1724,7 +1724,8 @@ of all regions.
the SSTable file described in the <link
xlink:href="http://labs.google.com/papers/bigtable.html">BigTable [2006]</link>
paper and on
Hadoop's <link
xlink:href="http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/io/file/tfile/TFile.html">tfile</link>
(The unit test suite and the compression harness were taken
directly from tfile).
- See Schubert Zhang's blog post on <link
xlink:ref="http://cloudepr.blogspot.com/2009/09/hfile-block-indexed-file-format-to.html">HFile:
A Block-Indexed File Format to Store Sorted Key-Value Pairs</link> for a
thorough introduction.
+ Schubert Zhang's blog post on <link
xlink:ref="http://cloudepr.blogspot.com/2009/09/hfile-block-indexed-file-format-to.html">HFile:
A Block-Indexed File Format to Store Sorted Key-Value Pairs</link> makes for a
thorough introduction to HBase's hfile. Matteo Bertozzi has also put up a
+ helpful description, <link
xlink:href="http://th30z.blogspot.com/2011/02/hbase-io-hfile.html?spref=tw">HBase
I/O: HFile</link>.
</para>
</section>