Hi all,

I'm working on an application that has several tables (RDDs of tuples) of
data. Some of the types are complex-ish (e.g., date time objects). I'd like
to use something like case classes for each entry.

What is the best way to store the data to disk in a text format without
writing custom parsers?  E.g., serializing case classes to/from JSON.

What are other users doing?

Thanks!
RJ


-- 
em rnowl...@gmail.com
c 954.496.2314

Reply via email to