For example: I have Cassandra cluster on multiple nodes (let's say 8 nodes) and I want to sstable2json specific CF. Should I run sstable2json 8 times (means on every node in the cluster) or it's enough to run sstable2json on some node and it will retrieve from all nodes in the cluster?
Thank you!
