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/07/17 16:43:34 UTC

svn commit: r1611369 - /gora/site/trunk/content/current/gora-core.md

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).