Re: Using Spark to analyze complex JSON

2014-05-21 Thread Tobias Pfeiffer
Hi, as far as I understand, if you create an RDD with a relational structure from your JSON, you should be able to do much of that already today. For example, take lift-json's deserializer and do something like val json_table: RDD[MyCaseClass] = json_data.flatMap(json =

<    1   2   3