> But going back to your presented pattern, I have a question. Say your data
> does have a fixed structure, but some of the JSON values are lists. How
> would you map that to a SchemaRDD? (I didn’t notice any list values in the
> CandyCrush example.) Take the likes field from my original example:
>
Spark SQL supports complex types, including sequences.  You should be able
to define a field of type Seq[String] in your case class.

One note: the hql parser that is including in a hive context currently has
better support for working with complex types, but we are working to
improve that.

Reply via email to