I have Maven dependencies spark-sql_2.1.0and spark-hive_2.1.0. However, when I am trying to import org.apache.spark.sql.DataFrame, there is an error. But importing
org.apache.spark.sql.SQLContext is OK, there is no errors. Why?
I have Maven dependencies spark-sql_2.1.0and spark-hive_2.1.0. However, when I am trying to import org.apache.spark.sql.DataFrame, there is an error. But importing
org.apache.spark.sql.SQLContext is OK, there is no errors. Why?