Hello, Yair.

According to documentation:
`saveValues` works as follows:  Saves values from given RDD into Ignite. *A
unique key will be generated for each value of the given RDD.*

I think, you can use `savePairs` with `overwrite` flag.



2017-10-24 11:44 GMT+03:00 Yair Ogen <yairo...@gmail.com>:

> 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
>



-- 
Nikolay Izhikov
nizhikov....@gmail.com

Reply via email to