Hi, It's very strange, because JavaIgniteContext is just a wrapper around IgniteContext. Could you provide the source code describing your problem ?
2016-04-20 21:14 GMT+03:00 vijayendra bhati <[email protected]>: > Its working now.I moved from JavaIgniteContext to IgniteContext. > Also invoked igniteConext.fromCache(cacheConfiguration) rather than java > igniteConext.fromCache(cacheName) > > Also while initializing cacheConfiguration , added index to it. > > Thanks, > Vij > > > On Wednesday, April 20, 2016 11:17 PM, vijayendra bhati < > [email protected]> wrote: > > > 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 reason.The other thing is > how to specify Indexes when using JavaIgniteContext. > > Regards, > Vij > > > -- Best regards, Alexei Scherbakov
