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
bin/spark-shell
Try to add "org.apache.spark" % "spark-catalyst_2.10" % "1.2.0" (although I feel this should be pulled in as a dependency).