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

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

Author: dlyubimov
Date: Wed Aug 20 17:53:25 2014
New Revision: 1619188

URL: http://svn.apache.org/r1619188
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=1619188&r1=1619187&r2=1619188&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:25 2014
@@ -28,7 +28,7 @@ and actual Spark installed. (At the time
 
 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:
+the classpath is sane and is made available to Mahout:
 
 (1) Check Spark is of correct version (same as in Mahout's poms), is compiled and SPARK_HOME is set.