Hi
As I want to work with hiveContext but when entered in spark1.6/bin/spark-shell.
I found a sqlContext point to SQLContext since I need to be in hiveContext I tried below the line
val sqlContext = new org.apache.spark.sql.hive.HiveContext(sc)
but I am getting an error while loading hiveContext. can you please help on the same and if I do something wrong please guide me .
Thank you