Author: lewismc
Date: Thu Jul 17 14:43:34 2014
New Revision: 1611369
URL: http://svn.apache.org/r1611369
Log:
CMS commit to gora by lewismc
Modified:
gora/site/trunk/content/current/gora-core.md
Modified: gora/site/trunk/content/current/gora-core.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-core.md?rev=1611369&r1=1611368&r2=1611369&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-core.md (original)
+++ gora/site/trunk/content/current/gora-core.md Thu Jul 17 14:43:34 2014
@@ -9,6 +9,8 @@ DataFileAvroStore and MemStore. In addit
core MapReduce, Persistency, Query and Base DataStore and Utility functionality
which is also documented here.
+[TOC]
+
##gora.properties
To configure the AvroStore one would typically set the following:
* gora.avrostore.output.path=hdfs://uri/path/to/hdfs/data/directory ||
file:///uri/path/to/local/data/directory - This value should point to the hdfs
data directory (if running Gora in a distributed Hadoop environment) or to some
location on the local file system (if running Gora locally).