Re: Modify the underlying IgniteRDD Cache

2017-10-31 Thread cutch25
Okay so it looks like my problem was I was trying to dynamically create a cache config and you are correct it was not working due to some sort of indexing issue. I think using this template fixes my the issue thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Modify the underlying IgniteRDD Cache

2017-10-30 Thread cutch25
Hi, I am trying to work with and modify the underlying cache of a RDD, however, I can not seem to access any values or iterate through it. The premise behind the algorithm is there is no good way to do this in an RDD fashion as each row operation modifys multiple row values. I can do this on the