HBASE-10469 HBase book client.html has a broken link (Vivek Ganesan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3db5a52193
commit
1c46c16cc0
|
@ -1251,7 +1251,7 @@ connection.close();</programlisting>
|
|||
</para>
|
||||
<para>Note: <code>htable.delete(Delete);</code> does not go in the writebuffer! This only applies to Puts.
|
||||
</para>
|
||||
<para>For additional information on write durability, review the <link xlink:href="acid-semantics.html">ACID semantics</link> page.
|
||||
<para>For additional information on write durability, review the <link xlink:href="../acid-semantics.html">ACID semantics</link> page.
|
||||
</para>
|
||||
<para>For fine-grained control of batching of
|
||||
<classname>Put</classname>s or <classname>Delete</classname>s,
|
||||
|
|
Loading…
Reference in New Issue