Hi,

I have a spark streaming application and basically in the end of each batch
processing I call the method unpersist for the batch's RDD. But I've
noticed the RDD's for all past batches are still showing on my Spark's UI
Storage table.

Shouldn't I expect to never see those RDD's again in my Storage table once
I unpersisted them?


Thank you,

-- 
Saulo

Reply via email to