yeah i realized it and changed the version of it to 1.6.0 as mentioned in
http://mvnrepository.com/artifact/org.apache.spark/spark-sql_2.10/1.6.0
I added the spark sql dependency back to the pom.xml and the scala code
works just fine.
On Mon, Mar 7, 2016 at 5:00 PM, Tristan Nixon
wrote:
> Hi
Hi All,
I am trying to create a hive context in a scala prog as follows in eclipse:
Note -- i have added the maven dependency for spark -core , hive , and sql.
import org.apache.spark.SparkConf
import org.apache.spark.SparkContext
import org.apache.spark.rdd.RDD.rddToPairRDDFunctions
object D