You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2012/01/20 12:03:29 UTC

svn commit: r1233863 - /nutch/branches/nutchgora/conf/gora.properties

Author: lewismc
Date: Fri Jan 20 11:03:29 2012
New Revision: 1233863

URL: http://svn.apache.org/viewvc?rev=1233863&view=rev
Log:
commit to add commented out properties to gora.properties.

Modified:
    nutch/branches/nutchgora/conf/gora.properties

Modified: nutch/branches/nutchgora/conf/gora.properties
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/conf/gora.properties?rev=1233863&r1=1233862&r2=1233863&view=diff
==============================================================================
--- nutch/branches/nutchgora/conf/gora.properties (original)
+++ nutch/branches/nutchgora/conf/gora.properties Fri Jan 20 11:03:29 2012
@@ -1,3 +1,6 @@
+#gora.datastore.default=org.apache.gora.mock.store.MockDataStore
+#gora.datastore.autocreateschema=true
+
 ###############################
 # Default SqlStore properties #
 ###############################
@@ -12,6 +15,7 @@ gora.sqlstore.jdbc.url=jdbc:hsqldb:hsql:
 ################################
 
 # gora.avrostore.codec.type=BINARY||JSON
+# gora.avrostore.output.path=file:///tmp/gora.avrostore.test.output
 
 ################################
 # DatafileAvroStore properties #