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:53:29 UTC

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

Author: buildbot
Date: Wed Aug 20 17:53:28 2014
New Revision: 919937

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:53:28 2014
@@ -1 +1 @@
-1619187
+1619188

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:53:28 2014
@@ -252,7 +252,7 @@ around classpath issues one way or anoth
 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 for Spark-related dependencies, it is important to make sure 
-the classpath is sane and made available to Mahout:</p>
+the classpath is sane and is made available to Mahout:</p>
 <p>(1) Check Spark is of correct version (same as in Mahout's poms), is compiled and SPARK_HOME is set.</p>
 <p>(2) Check Mahout is compiled and MAHOUT_HOME is set.</p>
 <p>(3) run <code>$SPARK_HOME/bin/compute-classpath.sh</code> and make sure it produces sane result with no errors.