Author: lewismc
Date: Sat Mar 16 00:06:13 2013
New Revision: 1457170
URL: http://svn.apache.org/r1457170
Log:
trivial commit to gora-tutorial gora.properties for better AvroStore integration
Modified:
gora/branches/GORA_174/gora-tutorial/conf/gora.properties
Modified: gora/branches/GORA_174/gora-tutorial/conf/gora.properties
URL:
http://svn.apache.org/viewvc/gora/branches/GORA_174/gora-tutorial/conf/gora.properties?rev=1457170&r1=1457169&r2=1457170&view=diff
==============================================================================
--- gora/branches/GORA_174/gora-tutorial/conf/gora.properties (original)
+++ gora/branches/GORA_174/gora-tutorial/conf/gora.properties Sat Mar 16
00:06:13 2013
@@ -19,6 +19,11 @@
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.AvroStore
+#gora.avrostore.input.path=hdfs://localhost:9000/gora.avrostore.test.input
+#gora.avrostore.output.path=hdfs://localhost:9000/gora.avrostore.test.output
+#gora.avrostore.codec.type=JSON || BINARY
+
##whether to create schema automatically if not exists.
gora.datastore.autocreateschema=true