I am trying to construct a Hive Context ,which inherits from SQLContext.
val sqlContext = new org.apache.spark.sql.hive.HiveContext(sc)
I get t
For Maven projects, after you add the HIVE dependency, just click the "Update Project" by right-clicking on your project -> Maven -> Update Project. This should solve the issue.