RE: SparkSQL can not use SchemaRDD from Hive

2014-07-29 Thread Cheng, Hao
29, 2014 1:47 PM To: u...@spark.incubator.apache.org Subject: SparkSQL can not use SchemaRDD from Hive Hi I got a error message while using Hive and SparkSQL. This is code snippet I used. (in spark-shell , 1.0.0) val sqlContext = new org.apache.spark.sql.SQLContext(sc) import sqlContext._ val hive

Re: SparkSQL can not use SchemaRDD from Hive

2014-07-29 Thread Zongheng Yang
/share the SchemaRDD across SQLContext Instances. -Original Message- From: Kevin Jung [mailto:itsjb.j...@samsung.com javascript:;] Sent: Tuesday, July 29, 2014 1:47 PM To: u...@spark.incubator.apache.org javascript:; Subject: SparkSQL can not use SchemaRDD from Hive Hi I got a error

SparkSQL can not use SchemaRDD from Hive

2014-07-28 Thread Kevin Jung
. Does SparkSQL conflict with Hive? Thanks, Kevin -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/SparkSQL-can-not-use-SchemaRDD-from-Hive-tp10841.html Sent from the Apache Spark User List mailing list archive at Nabble.com.