Author: buildbot
Date: Mon May 12 21:43:57 2014
New Revision: 908671
Log:
Staging update by buildbot for gora
Modified:
websites/staging/gora/trunk/content/ (props changed)
websites/staging/gora/trunk/content/current/gora-hbase.html
Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 12 21:43:57 2014
@@ -1 +1 @@
-1593374
+1594100
Modified: websites/staging/gora/trunk/content/current/gora-hbase.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-hbase.html (original)
+++ websites/staging/gora/trunk/content/current/gora-hbase.html Mon May 12
21:43:57 2014
@@ -160,9 +160,9 @@ under the License.
module enables <a href="http://hbase.apache.org">Apache HBase</a> backend
support for Gora. </p>
<h2 id="goraproperties">gora.properties</h2>
<ul>
-<li>gora.datastore.default=org.apache.gora.hbase.store.HBaseStore -
Implementation of the storage class </li>
-<li>gora.datastore.autocreateschema=true - Create the table if doesn't
exist</li>
-<li>gora.datastore.scanner.caching=1000 - HBase client cache that improves the
scan in HBase (default 0) <b>n.b.</b> Coming in 0.4 (/trunk)</li>
+<li><code>gora.datastore.default=org.apache.gora.hbase.store.HBaseStore</code>
- Implementation of the storage class </li>
+<li><code>gora.datastore.autocreateschema=true</code> - Create the table if
doesn't exist</li>
+<li><code>gora.datastore.scanner.caching=1000</code> - HBase client cache that
improves the scan in HBase (default 0)</li>
</ul>
<h2 id="gora-hbase-mappings">Gora HBase mappings</h2>
<p>Say we wished to map some Employee data and store it into the
HBaseStore.</p>