Author: buildbot
Date: Thu Jul 17 14:32:26 2014
New Revision: 916533

Log:
Staging update by buildbot for gora

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

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

Modified: websites/staging/gora/trunk/content/current/tutorial.html
==============================================================================
--- websites/staging/gora/trunk/content/current/tutorial.html (original)
+++ websites/staging/gora/trunk/content/current/tutorial.html Thu Jul 17 
14:32:26 2014
@@ -156,10 +156,24 @@ under the License. 
   <div class="container" id="Gora_Gora Tutorial">
 
 <h1 id="gora-tutorial">Gora Tutorial</h1>
+<p>Author : Enis Söztutar, enis [at] apache [dot] org</p>
+<h2 id="introduction">Introduction</h2>
+<p>This is the official tutorial for Apache Gora. For this tutorial, we 
+will be implementing a system to store our web server logs in Apache HBase,
+and analyze the results using Apache Hadoop and store the results either in 
HSQLDB or MySQL.</p>
+<p>In this tutorial we will first look at how to set up the environment and 
+configure Gora and the data stores. Later, we will go over the data we will 
use and
+define the data beans that will be used to interact with the persistency 
layer. 
+Next, we will go over the API of Gora to do some basic tasks such as storing 
objects, 
+fetching and querying objects, and deleting objects. Last, we will go over an 
example 
+program which uses Hadoop MapReduce to analyze the web server logs, and 
discuss the Gora 
+MapReduce API in some detail.</p>
+<h2 id="table-of-content">Table of Content</h2>
 <div class="toc">
 <ul>
 <li><a href="#gora-tutorial">Gora Tutorial</a><ul>
 <li><a href="#introduction">Introduction</a></li>
+<li><a href="#table-of-content">Table of Content</a></li>
 <li><a href="#introduction-to-gora">Introduction to Gora</a></li>
 <li><a href="#setting-up-gora">Setting up Gora</a></li>
 <li><a href="#setting-up-hbase">Setting up HBase</a></li>
@@ -208,18 +222,6 @@ under the License. 
 </li>
 </ul>
 </div>
-<p>Author : Enis Söztutar, enis [at] apache [dot] org</p>
-<h2 id="introduction">Introduction</h2>
-<p>This is the official tutorial for Apache Gora. For this tutorial, we 
-will be implementing a system to store our web server logs in Apache HBase,
-and analyze the results using Apache Hadoop and store the results either in 
HSQLDB or MySQL.</p>
-<p>In this tutorial we will first look at how to set up the environment and 
-configure Gora and the data stores. Later, we will go over the data we will 
use and
-define the data beans that will be used to interact with the persistency 
layer. 
-Next, we will go over the API of Gora to do some basic tasks such as storing 
objects, 
-fetching and querying objects, and deleting objects. Last, we will go over an 
example 
-program which uses Hadoop MapReduce to analyze the web server logs, and 
discuss the Gora 
-MapReduce API in some detail.</p>
 <h2 id="introduction-to-gora">Introduction to Gora</h2>
 <p>The Apache Gora open source framework provides an in-memory data 
 model and persistence for big data. Gora supports persisting to 


Reply via email to