Re: RDD data checkpoint cleaning

2014-11-28 Thread Luis Ángel Vicente Sánchez
d behavior: running on the laptop I could see the >> RDDs >> continuously increasing. When I ran on linux, only two RDD folders were >> there and continuously being recycled. >> >> Metadata checkpoints were being cleaned on both scenarios. >> >> tnks, >>

Re: RDD data checkpoint cleaning

2014-11-21 Thread Luis Ángel Vicente Sánchez
ta checkpoints were being cleaned on both scenarios. > > tnks, > Rod > > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/RDD-data-checkpoint-cleaning-tp14847p14939.html &g

Re: RDD data checkpoint cleaning

2014-09-23 Thread RodrigoB
RDDs continuously increasing. When I ran on linux, only two RDD folders were there and continuously being recycled. Metadata checkpoints were being cleaned on both scenarios. tnks, Rod -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/RDD-data-checkpoint

Re: RDD data checkpoint cleaning

2014-09-23 Thread RodrigoB
tnks again, Rod -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/RDD-data-checkpoint-cleaning-tp14847p14935.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsu

Re: RDD data checkpoint cleaning

2014-09-23 Thread Tathagata Das
ion I need is the one from the latest checkpoint. > > I rather not have to implement all the recovery outside of Spark Streaming > (as a few other challenges like avoiding IO re-execution and event stream > recovery will need to be done outside), so I really hope to have some > stron

RDD data checkpoint cleaning

2014-09-22 Thread RodrigoB
ery outside of Spark Streaming (as a few other challenges like avoiding IO re-execution and event stream recovery will need to be done outside), so I really hope to have some strong control on this part. How does RDD data checkpoint cleaning happen? Would UpdateStateByKey be a particular case where there i