Re: Spark SQL UDT Kryo serialization, Unable to find class

2015-03-20 Thread Michael Armbrust
this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-UDT-Kryo-serialization-Unable-to-find-class-tp22101.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e

Re: Spark SQL UDT Kryo serialization, Unable to find class

2015-03-17 Thread Michael Armbrust
))) }) val schema = StructType(Seq(StructField(Geometry,new GeometryUDT, true))) val schemaRDD = sqlContext.applySchema(rdd, schema).persist(StorageLevel.MEMORY_AND_DISK) -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-UDT-Kryo-serialization

Spark SQL UDT Kryo serialization, Unable to find class

2015-03-17 Thread zia_kayani
= StructType(Seq(StructField(Geometry,new GeometryUDT, true))) val schemaRDD = sqlContext.applySchema(rdd, schema).persist(StorageLevel.MEMORY_AND_DISK) -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-UDT-Kryo-serialization-Unable-to-find-class