Author: buildbot
Date: Sun Oct 25 09:45:34 2015
New Revision: 970167
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 Sun Oct 25 09:45:34 2015
@@ -1 +1 @@
-1710398
+1710421
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 Sun Oct 25
09:45:34 2015
@@ -1252,7 +1252,7 @@ All the process will be done over Spark.
</pre></div>
-<p>Here are the functions of map and reduce phases for this example:</p>
+<p>These are the functions of map and reduce phases for this example:</p>
<div class="codehilite"><pre><span class="cm">/** The number of milliseconds
in a day */</span>
<span class="n">private</span> <span class="k">static</span> <span
class="k">final</span> <span class="n">long</span> <span
class="no">DAY_MILIS</span> <span class="o">=</span> <span
class="mh">1000</span> <span class="o">*</span> <span class="mh">60</span>
<span class="o">*</span> <span class="mh">60</span> <span class="o">*</span>
<span class="mh">24</span><span class="p">;</span>