Add links to LarsH ACID blog, add a section on ACID, add link to new JesseA REST blog entry

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455600 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-03-12 16:18:38 +00:00
parent 8090a75a5d
commit 079f99412c
2 changed files with 14 additions and 7 deletions

View File

@ -558,6 +558,11 @@ htable.put(put);
answer that works for every use case.
</para>
</section>
<section xml:id="acid"><title>ACID</title>
<pre>See <link xlink:href="http://hbase.apache.org/acid-semantics.html">ACID Semantics</link>.
Lars Hofhansl has also written a note on
<link xlink:href="http://hadoop-hbase.blogspot.com/2012/03/acid-in-hbase.html">ACID in HBase</link>.</pre>
</section>
</chapter> <!-- data model -->
<chapter xml:id="schema">

View File

@ -40,7 +40,9 @@
<section xml:id="rest">
<title>REST</title>
<para>Currently most of the documentation on REST exists in the
<link xlink:href="http://wiki.apache.org/hadoop/Hbase/Stargate">Apache HBase Wiki on REST</link>.
<link xlink:href="http://wiki.apache.org/hadoop/Hbase/Stargate">Apache HBase Wiki on REST</link> (The REST gateway used to be
called 'Stargate'). There are also a nice set of blogs on <link xlink:href="http://blog.cloudera.com/blog/2013/03/how-to-use-the-apache-hbase-rest-interface-part-1/">How-to: Use the Apache HBase REST Interface</link>
by Jesse Anderson.
</para>
</section> <!-- rest -->