Re: SparkSQL- Nested CaseClass Parquet failure

2014-06-26 Thread anthonyjschu...@gmail.com
no exceptions. >> >> rdd.saveAsParquetFile("trivial.parquet1") //exception: >> java.lang.RuntimeException: Unsupported datatype >> StructType(List(StructField(i,IntegerType,true))) >> >> >> Is persisting SchemaRDDs containing nested case classes supported for >&g

Re: SparkSQL- Nested CaseClass Parquet failure

2014-06-26 Thread Michael Armbrust
tion: Unsupported datatype > StructType(List(StructField(i,IntegerType,true))) > > > Is persisting SchemaRDDs containing nested case classes supported for > Parquet files? > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/SparkSQL-Nested-CaseClass-Parquet-failure-tp8377.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. >

SparkSQL- Nested CaseClass Parquet failure

2014-06-26 Thread anthonyjschu...@gmail.com
ype(List(StructField(i,IntegerType,true))) Is persisting SchemaRDDs containing nested case classes supported for Parquet files? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/SparkSQL-Nested-CaseClass-Parquet-failure-tp8377.html Sent from the Apache Spark User List mailing list archive at Nabble.com.