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

svn commit: r1619187 - /mahout/site/mahout_cms/trunk/content/users/sparkbindings/faq.mdtext

Author: dlyubimov
Date: Wed Aug 20 17:53:05 2014
New Revision: 1619187

URL: http://svn.apache.org/r1619187
Log:
CMS commit to mahout by dlyubimov

Modified:
    mahout/site/mahout_cms/trunk/content/users/sparkbindings/faq.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/sparkbindings/faq.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/sparkbindings/faq.mdtext?rev=1619187&r1=1619186&r2=1619187&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/sparkbindings/faq.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/sparkbindings/faq.mdtext Wed Aug 20 17:53:05 2014
@@ -27,7 +27,8 @@ If you are getting method signature like
 and actual Spark installed. (At the time of this writing the HEAD depends on Spark 1.0.1).
 
 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:
+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:
 
 (1) Check Spark is of correct version (same as in Mahout's poms), is compiled and SPARK_HOME is set.