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/10/29 23:46:55 UTC

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

Author: buildbot
Date: Wed Oct 29 22:46:55 2014
New Revision: 927343

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 Oct 29 22:46:55 2014
@@ -1 +1 @@
-1635210
+1635326

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 Oct 29 22:46:55 2014
@@ -246,8 +246,8 @@
   <div id="content-wrap" class="clearfix">
    <div id="main">
     <h1 id="faq-for-using-mahout-with-spark">FAQ for using Mahout with Spark</h1>
-<h2 id="q-mahout-spark-shell-doesnt-start-classnotfound-problems-or-various-classpath-problems">Q: Mahout Spark shell doesn't start; "ClassNotFound" problems or various classpath problems.</h2>
-<p>A: So far as of the time of this writing all reported problems starting the Spark shell in Mahout were revolving 
+<p><strong>Q: Mahout Spark shell doesn't start; "ClassNotFound" problems or various classpath problems.</strong></p>
+<p><strong>A:</strong> 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 depends on Spark 1.1.0) but check mahout/pom.xml.</p>
@@ -262,10 +262,10 @@ If it outputs something other than a str
 <code>sbt/sbt assembly</code> to be run, simply runnig <code>sbt/sbt publish-local</code> is not enough any longer).</li>
 <li>Run <code>$MAHOUT_HOME/bin/mahout -spark classpath</code> and check that path reported in step (3) is included.</li>
 </ol>
-<h2 id="q-i-am-using-the-command-line-mahout-jobs-that-run-on-spark-or-am-writing-my-own-application-that-uses-mahouts-spark-code">Q: I am using the command line Mahout jobs that run on Spark or am writing my own application that uses Mahout's Spark code.</h2>
-<p>I have checked the classpaths as described above, but when I run it on my cluster I get 
-ClassNotFound or signature errors during serialization. What's wrong?</p>
-<p>A: The Spark artifacts in the maven ecosystem may not match the exact binary you are running on your cluster. This may 
+<p><strong>Q: I am using the command line Mahout jobs that run on Spark or am writing my own application that uses 
+Mahout's Spark code. When I run the code on my cluster I get ClassNotFound or signature errors during serialization. 
+What's wrong?</strong></p>
+<p><strong>A:</strong> The Spark artifacts in the maven ecosystem may not match the exact binary you are running on your cluster. This may 
 cause class name or version mismatches. In this case you may wish 
 to build Spark yourself to guarantee that you are running exactly what you are building Mahout against. To do this follow these steps
 in order:</p>