I don't think that's supported by default as when the standalone context will close, the related RDDs will be GC'ed
You should explore Spark-Job Server, which allows to cache RDDs by name and reuse them within a context. https://github.com/ooyala/spark-jobserver -kr, Gerard. On Tue, Jun 3, 2014 at 3:45 PM, Oleg Proudnikov <[email protected]> wrote: > HI All, > > Is it possible to run a standalone app that would compute and > persist/cache an RDD and then run other standalone apps that would gain > access to that RDD? > > -- > Thank you, > Oleg > >
