I have recently upgraded from spark 1.2 to spark 1.3.

After upgrade I made necessary changes to incorporate DataFrames instead of
JavaSchemaRDD.
Now I am getting this error message
*("org.apache.spark.sql.AnalysisException: Conf non-local session path
expected to be non-null")* while running my spark program written in Java on
my Spark cluster.

I am creating HiveContext as shown below:
JavaSparkContext sparkContext = new JavaSparkContext(sparkConf);
HiveContext sqlContext = new HiveContext(sparkContext.sc());

Any idea.. why i am getting this error.




--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-with-Hive-error-Conf-non-local-session-path-expected-to-be-non-null-tp24922p24942.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to