Hello,
We were taking the snapshots of our cassandra cluster to the "On Server" and the "Local FS" with the Opscenter.
However the snapshots that we took to the "On Server" were sitting just under the same directory of the table and the snapshots we were took to the "Local FS" are having all the SStables combined in a single location.
Our expectation is to restore the snapshots that are taken into the "Local FS" to a remote cluster (with out the Opscenter) - and I see a schema.json under each keyspace where I can get the DDL and backup.json where I get the respective "uniquifier" for each table ... so I can grab them to run the SStableloader for the each table.
Is there a easy way to restore all together?
Regards
Ganesh