I think you are missing something:
$ javap -cp ~/Downloads/spark-sql_2.10-1.2.0.jar
org.apache.spark.sql.SchemaRDD|grep toJSON
public org.apache.spark.rdd.RDD toJSON();
On Mon, Jan 5, 2015 at 3:11 AM, bchazalet
wrote:
> Hi everyone,
>
> I have just switched to spark 1.2.0 from 1.1.1, updating
Hi everyone,
I have just switched to spark 1.2.0 from 1.1.1, updating my sbt to point to
the 1.2.0 jars.
"org.apache.spark" %% "spark-core" % "1.2.0",
"org.apache.spark" %% "spark-sql" % "1.2.0",
"org.apache.spark" %% "spark-hive" % "1.2.0",
I was