On Thu, Jun 12, 2014 at 11:36 AM, Gerard Maas <gerard.m...@gmail.com> wrote:
> If you need to ad-hoc persist to files, you can can save RDDs using > rdd.saveAsObjectFile(...) [1] and load them afterwards using > sparkContext.objectFile(...) > Appears not available from Python.