mysql - How to enable writethrough to persistent storage from Spark ignite RDD -


javaigniterdd not storing data in persistent storage mysql.

i have configured 2 caches mysql persistent storage. 1 updated regular ignite cache, other updated though javaigniterdd.savepairs.

in both cases data being updated in ignite cache.

but javaigniterdd.savepairs not persisting data mysql. in-fact cachestore write method not invoked.

is expected behaviour?

try call savepairs overwrite=true:

igniterdd.savepairs(rdd, true) 

Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -