riptano / ccm

A script to easily create and destroy an Apache Cassandra cluster on localhost
Apache License 2.0
1.22k stars 303 forks source link

Allow sstabledump to print results from command #589

Closed mike-tr-adamson closed 7 years ago

mike-tr-adamson commented 7 years ago

This adds an additional parameter to the run_sstabledump method to allow the command to print it's results immediately rather than returning them in an array.

This changes lets ccm node1 -k ks -c tb work correctly on a >3.0 node while maintaining compatibility with the dtests that also use run_sstabledump

ptnapoleon commented 7 years ago

+1