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.
Later, loading content of json file to data frame and then writing content
of data frame to Ignite using .save(function).
Is there any way to save data from Ignite Cache to Cassandra database ??

Is there any way to load data from cassandra db to Ignite Cache ??







--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to