Hi,
I have a snapshot of 5 node cluster . Each of the these are in a seperate folder meaning there are 5 folders each representing a node.inside each folder , there is the keyspace k1 and there are 2 tables t1,t2 inside of it. I am using sstableloader to restore them to another cluster. For restoring i have to go through each of the 5 parent node snapshot folders, then for each table, i apply sstableloader command.
So totally i have to run sstableloader command 10 times. Can i reduce the number of command runs with either supplying keypsace as the sstableloader argument or supply all the tables as list?..
Or is there another option?assandra