I am using IgniteRdd to store and share RDD's between Spark jobs. I notices that if I run the spark job over and over again it seems that igniteContext.saveValues appends the values and doesn't behave like 'put' in the direct cache API.
How can I work with IgniteRDD with override and not append? Regards, Yair
