You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by bu...@apache.org on 2014/07/17 16:43:40 UTC

svn commit: r916535 - in /websites/staging/gora/trunk/content: ./ current/gora-core.html

Author: buildbot
Date: Thu Jul 17 14:43:40 2014
New Revision: 916535

Log:
Staging update by buildbot for gora

Modified:
    websites/staging/gora/trunk/content/   (props changed)
    websites/staging/gora/trunk/content/current/gora-core.html

Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 17 14:43:40 2014
@@ -1 +1 @@
-1611367
+1611369

Modified: websites/staging/gora/trunk/content/current/gora-core.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-core.html (original)
+++ websites/staging/gora/trunk/content/current/gora-core.html Thu Jul 17 14:43:40 2014
@@ -163,6 +163,14 @@ about the project is gathered here as we
 DataFileAvroStore and MemStore. In addition to this gora-core holds all of the 
 core MapReduce, Persistency, Query and Base DataStore and Utility functionality
 which is also documented here.</p>
+<div class="toc">
+<ul>
+<li><a href="#overview">Overview</a></li>
+<li><a href="#goraproperties">gora.properties</a></li>
+<li><a href="#to-configure-the-datafileavrostore-one-would-typically-set-the-following">To configure the DataFileAvroStore one would typically set the following:</a></li>
+<li><a href="#gora-core-mappings">Gora Core mappings</a></li>
+</ul>
+</div>
 <h2 id="goraproperties">gora.properties</h2>
 <p>To configure the AvroStore one would typically set the following:
 <em> 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).