I'm following the example here for doing a bulk import into Cassandra: https://github.com/yukim/cassandra-bulkload-example
Is there a way to get a number of rows written to a sstable set created via CQLSSTableWriter, without importing the sstable set into Cassandra? I'd like to do some QA on the converted sstables I have before importing them into Cassandra.