Creating a SchemaRDD from RDD of thrift classes

2014-10-30 Thread ankits
definitions to convert RDD[X] to SchemaRDD[X]? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Creating-a-SchemaRDD-from-RDD-of-thrift-classes-tp17766.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Creating a SchemaRDD from RDD of thrift classes

2014-10-30 Thread Michael Armbrust
sqlContext.applySchema(). Can I derive a schema from the thrift definitions to convert RDD[X] to SchemaRDD[X]? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Creating-a-SchemaRDD-from-RDD-of-thrift-classes-tp17766.html Sent from the Apache Spark User List