Author: buildbot
Date: Sat Oct 24 23:11:24 2015
New Revision: 970130
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 Sat Oct 24 23:11:24 2015
@@ -1 +1 @@
-1710397
+1710398
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 Sat Oct 24
23:11:24 2015
@@ -1194,7 +1194,7 @@ we can run the job with HBase as:</p>
<p>Log analytics example will be implemented via GoraSparkEngine at this
tutorial to explain Spark backend of Gora.
Data will be read from Hbase, map/reduce methods will be run and result will
be written into Solr (version: 4.10.3).
All the process will be done over Spark.</p>
-<p>Persist data into Hbase as described at <a
href="/current/tutorial.html#log-analytics-in-mapreduce">Log analytics in
MapReduce</a></p>
+<p>Persist data into Hbase as described at <a
href="/current/tutorial.html#log-analytics-in-mapreduce">Log analytics in
MapReduce</a>.</p>
<p>To write result into Solr, create a schemaless core named as Metrics. To do
it easily, you can rename default core of collection1 to Metrics which is at
<code>solr-4.10.3/example/example-schemaless/solr</code> folder and edit
<code>solr-4.10.3/example/example-schemaless/solr/Metrics/core.properties</code>
as follows:</p>
<div class="codehilite"><pre><span class="n">name</span><span
class="p">=</span><span class="n">Metrics</span>
@@ -1319,7 +1319,7 @@ All the process will be done over Spark.
</pre></div>
-<p>Thatâs all! You can check Solr to verify the results.</p>
+<p>Thatâs all! You can check Solr to verify the result.</p>
<h2 id="more-examples">More Examples<a class="headerlink"
href="#more-examples" title="Permanent link">¶</a></h2>
<p>Other than this tutorial, there are several places that you can find
examples of Gora in action.</p>