Add link to LarsH blog on HBase deletions

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-08-15 20:34:17 +00:00
parent 7c7b7c9c1e
commit 06d8a13120
1 changed files with 3 additions and 1 deletions

View File

@ -477,7 +477,9 @@ htable.put(put);
tombstones themselves.</para>
</footnote>. If the version you specified when deleting a row is
larger than the version of any value in the row, then you can
consider the complete row to be deleted.</para>
consider the complete row to be deleted<footnote><para>See Lars Hofhansl's blog on
<link xlink="http://hadoop-hbase.blogspot.com/2011/12/deletion-in-hbase.html">Deletion in HBase</link>
for an update on how deletes work.</para></footnote>.</para>
<para>Also see <xref linkend="keyvalue"/> for more information on the internal KeyValue format.
</para>
</section>