You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bu...@apache.org on 2014/08/20 19:49:01 UTC

svn commit: r919933 - in /websites/staging/mahout/trunk/content: ./ users/sparkbindings/faq.html

Author: buildbot
Date: Wed Aug 20 17:49:01 2014
New Revision: 919933

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/users/sparkbindings/faq.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 20 17:49:01 2014
@@ -1 +1 @@
-1619183
+1619184

Modified: websites/staging/mahout/trunk/content/users/sparkbindings/faq.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/sparkbindings/faq.html (original)
+++ websites/staging/mahout/trunk/content/users/sparkbindings/faq.html Wed Aug 20 17:49:01 2014
@@ -249,7 +249,7 @@
 <p>A: So far as of the time of this writing all reported problems starting the Spark shell in Mahout were revolving 
 around classpath issues one way or another. </p>
 <p>If you are getting method signature like errors, most probably you have mismatch between Mahout's Spark dependency 
-and actual Spark installed. (At the time of this writing, the head requires Spark 1.0.1).</p>
+and actual Spark installed. (At the time of this writing the HEAD depends on Spark 1.0.1).</p>
 <p>Troubleshooting general classpath issues is pretty straightforward. Since Mahout is using Spark's installation 
 and its classpath as reported by Spark itself, it is important to make sure the classpath is sane:</p>
 <p>(1) Check Spark is of correct version (same as in Mahout's poms), is compiled and SPARK_HOME is set.</p>