Hi,

Does there exist a way to serialize Row objects to JSON.  In the absence of
such a way, is the right way to go:

* get hold of schema using SchemaRDD.schema
* Iterate through each individual Row as a Seq and use the schema to
convert values in the row to JSON types.

Thanks,
Akshat

Reply via email to