Re: Not able to save data in Ignite datagrid using JavaIgniteRDD

2016-04-25 Thread Vladimir Ozerov
Hi Vij, I am a bit confused - do you still have any problems? Because one message earlier you mentioned that finally it worked. Is any assistance still needed? Vladimir. On Thu, Apr 21, 2016 at 7:32 AM, vijayendra bhati wrote: > Hi Alexei, > > Here it is, the file

Re: Not able to save data in Ignite datagrid using JavaIgniteRDD

2016-04-20 Thread vijayendra bhati
Hi Alexei, Here it is, the file StockSimulationsCacheWriter (2).java is the one which is not working. Regards,Vij On Thursday, April 21, 2016 1:54 AM, Alexei Scherbakov wrote: Hi, It's very strange, because JavaIgniteContext is just a wrapper around

Re: Not able to save data in Ignite datagrid using JavaIgniteRDD

2016-04-20 Thread vijayendra bhati
Its working now.I moved from JavaIgniteContext to IgniteContext.Also invoked igniteConext.fromCache(cacheConfiguration) rather than javaigniteConext.fromCache(cacheName) Also while initializing cacheConfiguration , added index to it. Thanks,Vij On Wednesday, April 20, 2016 11:17 PM,

Not able to save data in Ignite datagrid using JavaIgniteRDD

2016-04-20 Thread vijayendra bhati
Hi,I am trying to save data in Ignite datagrid using JavaIgniteRDD by calling method savePairs().Some how job is getting finished properly , am not getting any exception.Still there is not data in cache.I am checking through H2 debug console. I am not ablel to understand what could be the