Author: lewismc
Date: Mon May 12 21:43:50 2014
New Revision: 1594100

URL: http://svn.apache.org/r1594100
Log:
CMS commit to gora by lewismc

Modified:
    gora/site/trunk/content/current/gora-hbase.md

Modified: gora/site/trunk/content/current/gora-hbase.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-hbase.md?rev=1594100&r1=1594099&r2=1594100&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-hbase.md (original)
+++ gora/site/trunk/content/current/gora-hbase.md Mon May 12 21:43:50 2014
@@ -5,9 +5,9 @@ This is the main documentation for the g
 module enables [Apache HBase](http://hbase.apache.org) backend support for 
Gora. 
 
 ##gora.properties 
-* gora.datastore.default=org.apache.gora.hbase.store.HBaseStore - 
Implementation of the storage class 
-* gora.datastore.autocreateschema=true - Create the table if doesn't exist
-* 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)
+* <code>gora.datastore.default=org.apache.gora.hbase.store.HBaseStore</code> - 
Implementation of the storage class 
+* <code>gora.datastore.autocreateschema=true</code> - Create the table if 
doesn't exist
+* <code>gora.datastore.scanner.caching=1000</code> - HBase client cache that 
improves the scan in HBase (default 0)
 
 ##Gora HBase mappings
 Say we wished to map some Employee data and store it into the HBaseStore.


Reply via email to