Check out SparkContext.getPersistentRDDs!

On Fri, Jun 13, 2014 at 1:06 PM, mrm <ma...@skimlinks.com> wrote:

> Hi,
>
> How do I check the rdds that I have persisted? I have some code that looks
> like:
> "rd1.cache()
> ....
> rd2.cache()
> ...
> ....
> rdN.cache()"
>
> How can I unpersist all rdd's at once? And is it possible to get the names
> of the rdd's that are currently persisted (list = rd1, rd2, ..., rdN)?
>
> Thank you!
>
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/list-of-persisted-rdds-tp7565.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>

Reply via email to