Questions tagged [apache-spark-1.4]

Use for questions specific to Apache Spark 1.4. For general questions related to Apache Spark use the tag [apache-spark].

31 questions
-2
votes
1 answer

Spark Scala how to execute

I have written the following code, which returns a "Class not found" exception. I'm not sure what I need to do to load data from a csv file into SparkSQL. import org.apache.spark.SparkContext /** * Loading sales csv using DataFrame API …
1 2
3