rdd's which are no longer required will be removed from memory by spark
itself (which you can consider as lazy?).

Thanks
Best Regards

On Wed, Jul 1, 2015 at 7:48 PM, Jem Tucker <jem.tuc...@gmail.com> wrote:

> Hi,
>
> The current behavior of rdd.unpersist() appears to not be lazily executed
> and therefore must be placed after an action. Is there any way to emulate
> lazy execution of this function so it is added to the task queue?
>
> Thanks,
>
> Jem
>

Reply via email to