Author: akm
Date: Wed Feb 25 01:04:23 2015
New Revision: 1662153
URL: http://svn.apache.org/r1662153
Log:
Adding a comment in the spark bindings FAQ about how the SparkContext is called
'sdc'.
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=1662153&r1=1662152&r2=1662153&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/sparkbindings/faq.mdtext
(original)
+++ mahout/site/mahout_cms/trunk/content/users/sparkbindings/faq.mdtext Wed Feb
25 01:04:23 2015
@@ -54,7 +54,9 @@ in the local maven cache.
or mis-identified classes.
4. if you are building your own code do so against the local builds of Spark
and Mahout.
-
+**Q: The implicit SparkContext 'sc' does not work in the Mahout spark-shell.**
+
+**A:** In the Mahout spark-shell the SparkContext is called 'sdc', where the
'd' stands for distributed.