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:09 UTC

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

Author: buildbot
Date: Wed Aug 20 17:53:09 2014
New Revision: 919936

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:09 2014
@@ -1 +1 @@
-1619186
+1619187

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:09 2014
@@ -251,7 +251,8 @@ around classpath issues one way or anoth
 <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 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>
+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>
 <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.