I\'m a newbie to Scala and Apache Spark and I\'m trying to use Spark SQL. After cloning the repo I started the spark shell by typing bin/spark-shell and run the
Try to add "org.apache.spark" % "spark-catalyst_2.10" % "1.2.0" (although I feel this should be pulled in as a dependency).
This problem can be fixed by adding fork := true to sbt project settings.
See: http://apache-spark-developers-list.1001551.n3.nabble.com/Spark-1-2-0-MissingRequirementError-td10123.html
Other useful settings might be found in referenced project file:
https://github.com/deanwampler/spark-workshop/blob/master/project/Build.scala