Not able to load data from Cassandra database to Ignite Cache.

2019-01-09 Thread Kiran Kumar
Configured three xml files, one for cassandra connections, one for persistence and one for default.xml where both cassandra and persistence bean ids configured and also updated cachestore configuration. I was able to save data to cassandra using *cache.put*. But here the requirement is first I

How to save data from Ignite Cache to cassandra db automatically

2019-01-09 Thread Kiran Kumar
I followed below link for verifying the Ignite Cache Implementation using scala. https://github.com/apache/ignite/blob/master/examples/src/main/spark/org/apache/ignite/examples/spark/IgniteDataFrameWriteExample.scala Initially in the setupServerAndData, table is created and inserted some values.