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

svn commit: r1556217 - /gora/branches/GORA_94/gora-hbase/src/test/conf/gora.properties

Author: lewismc
Date: Tue Jan  7 13:43:25 2014
New Revision: 1556217

URL: http://svn.apache.org/r1556217
Log:
port of GORA-117 gora hbase does not have a mechanism to set the caching on a scanner, which makes for poor performance on map/reduce jobs

Added:
    gora/branches/GORA_94/gora-hbase/src/test/conf/gora.properties

Added: gora/branches/GORA_94/gora-hbase/src/test/conf/gora.properties
URL: http://svn.apache.org/viewvc/gora/branches/GORA_94/gora-hbase/src/test/conf/gora.properties?rev=1556217&view=auto
==============================================================================
--- gora/branches/GORA_94/gora-hbase/src/test/conf/gora.properties (added)
+++ gora/branches/GORA_94/gora-hbase/src/test/conf/gora.properties Tue Jan  7 13:43:25 2014
@@ -0,0 +1,6 @@
+
+#Datastore is configured programatically in the tests
+#gora.datastore.default=
+
+#Caching option for HBaseStore
+gora.hbasestore.scanner.caching=1000
\ No newline at end of file