Author: kamaci
Date: Sun Oct 25 09:45:11 2015
New Revision: 1710421
URL: http://svn.apache.org/viewvc?rev=1710421&view=rev
Log:
GoraSparkEngine tutorial improved.
Modified:
gora/site/trunk/content/current/tutorial.md
Modified: gora/site/trunk/content/current/tutorial.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/current/tutorial.md?rev=1710421&r1=1710420&r2=1710421&view=diff
==============================================================================
--- gora/site/trunk/content/current/tutorial.md (original)
+++ gora/site/trunk/content/current/tutorial.md Sun Oct 25 09:45:11 2015
@@ -1032,7 +1032,7 @@ When you get it, you can work on it as l
long count = goraRDD.count();
System.out.println("Total Log Count: " + count);
-Here are the functions of map and reduce phases for this example:
+These are the functions of map and reduce phases for this example:
/** The number of milliseconds in a day */
private static final long DAY_MILIS = 1000 * 60 * 60 * 24;