I wrote a brief howto on building nested records in spark and storing them in parquet here: http://www.congiu.com/creating-nested-data-parquet-in-spark-sql/
2015-06-23 16:12 GMT-07:00 Richard Catlin <richard.m.cat...@gmail.com>: > How do I create a DataFrame(SchemaRDD) with a nested array of Rows in a > column? Is there an example? Will this store as a nested parquet file? > > Thanks. > > Richard Catlin >