Hi everyone,
I know that any RDD is related to its SparkContext and the associated
variables (broadcast, accumulators), but I'm looking for a way to
serialize/deserialize full RDD computations ?

@rxin Spark SQL is, in a way, already doing this but the parsers are
private[sql], is there any way to reuse this work to get Logical/Physical
Plans in & out of Spark ?

Regards,

Olivier.

Reply via email to