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:51:46 UTC

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

Author: dlyubimov
Date: Wed Aug 20 17:51:46 2014
New Revision: 1619186

URL: http://svn.apache.org/r1619186
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=1619186&r1=1619185&r2=1619186&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:51:46 2014
@@ -34,7 +34,7 @@ and its classpath as reported by Spark i
 (2) Check Mahout is compiled and MAHOUT_HOME is set.
 
 (3) run `$SPARK_HOME/bin/compute-classpath.sh` and make sure it produces sane result with no errors. 
-If it does something something strange, Spark is probably not compiled correctly (later spark versions require 
+If it outputs something other than a straightforward classpath string, most likely Spark is not compiled/set correctly (later spark versions require 
 `sbt/sbt assembly` to be run, simply runnig `sbt/sbt publish-local` is not enough any longer).
 
 (4) run `$MAHOUT_HOME/bin/mahout -spark classpath` and check that path reported in step (3) is included.