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 2012/10/11 14:35:32 UTC

svn commit: r1397021 - /gora/trunk/gora-tutorial/conf/gora.properties

Author: lewismc
Date: Thu Oct 11 12:35:31 2012
New Revision: 1397021

URL: http://svn.apache.org/viewvc?rev=1397021&view=rev
Log:
trivial commit for gora-tutotrial gora.properties file

Modified:
    gora/trunk/gora-tutorial/conf/gora.properties

Modified: gora/trunk/gora-tutorial/conf/gora.properties
URL: http://svn.apache.org/viewvc/gora/trunk/gora-tutorial/conf/gora.properties?rev=1397021&r1=1397020&r2=1397021&view=diff
==============================================================================
--- gora/trunk/gora-tutorial/conf/gora.properties (original)
+++ gora/trunk/gora-tutorial/conf/gora.properties Thu Oct 11 12:35:31 2012
@@ -16,10 +16,9 @@
 
 ##gora.datastore.default is the default detastore implementation to use 
 ##if it is not passed to the DataStoreFactory#createDataStore() method.
-#gora.datastore.default=org.apache.gora.hbase.store.HBaseStore
+gora.datastore.default=org.apache.gora.hbase.store.HBaseStore
 #gora.datastore.default=org.apache.gora.cassandra.store.CassandraStore
-gora.datastore.default=org.apache.gora.avro.store.DataFileAvroStore
-gora.avrostore.output.path=hdfs://localhost:9000/home/lewis/ASF/hadoop_output/dfs/data/gora.avrostore.logmanager.output
+#gora.avrostore.output.path=hdfs://localhost:9000/path/to/dfs/data/gora.avrostore.logmanager.output
 #gora.avrostore.output.path=file:///tmp/gora.avrostore.logmanager.output
 
 ##whether to create schema automatically if not exists.