scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
22 stars 66 forks source link

scylla_node: add run_scylla_sstable() #471

Closed denesb closed 1 year ago

denesb commented 1 year ago

Convenience method allowing the invocation of the scylla-sstable tool, built into the scylla sstable. The method uses the same mechanism for selecting which sstable to work on, as Node.run_sstable2json(). But other than that, there are notable differences, run_scylla_sstable():

denesb commented 1 year ago

V2: