You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by al...@apache.org on 2014/01/07 09:06:52 UTC

svn commit: r1556139 - /gora/site/trunk/content/current/gora-hbase.md

Author: alfonsonishikawa
Date: Tue Jan  7 08:06:52 2014
New Revision: 1556139

URL: http://svn.apache.org/r1556139
Log:
Added gora.properties HBase documentation.

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=1556139&r1=1556138&r2=1556139&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-hbase.md (original)
+++ gora/site/trunk/content/current/gora-hbase.md Tue Jan  7 08:06:52 2014
@@ -5,7 +5,11 @@ This is the main documentation for the g
 module enables [Apache HBase](http://hbase.apache.org) backend support for Gora. 
 
 ##gora.properties 
-Coming soon 
+* 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
+
+Coming in 0.4 (/trunk):
+* gora.datastore.scanner.caching=1000 - HBase client cache that improves the scan in HBase (default 0)
 
 ##Gora HBase mappings
 Coming soon