I have a scenario where data has to be loaded into Spark nodes from two data stores: Oracle and Cassandra. We did the initial loading of data and found a way to do daily incremental loading from Oracle to Spark.
I’m tying to figure our how to do this from C*. What tools are available in C* to do incremental backup/restore/load? Thanks