Author: stack
Date: Tue Jan 31 22:44:20 2012
New Revision: 1238843
URL: http://svn.apache.org/viewvc?rev=1238843&view=rev
Log:
HBASE-5286 Added pointer to Lars Hofhansl's blog describing his attempt at
adding a '...column prefix delete marker'
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=1238843&r1=1238842&r2=1238843&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Tue Jan 31 22:44:20 2012
@@ -446,7 +446,9 @@ htable.put(put);
<section xml:id="version.delete">
<title>Delete</title>
- <para>There are three different types of internal delete markers:
+ <para>There are three different types of internal delete markers
+ <footnote><para>See Lars Hofhansl's blog for discussion of his
attempt
+ adding another, <link
xlink:href="http://hadoop-hbase.blogspot.com/2012/01/scanning-in-hbase.html">Scanning
in HBase: Prefix Delete Marker</link></para></footnote>:
<itemizedlist>
<listitem><para>Delete: for a specific version of a column.</para>
</listitem>