0

Is there a way to read the SSTable in Cassandra? I see from the documentation that sstabledump is an enterprise version, Is it possible to get the trial version of sstabledump?

Or is there a way to read the SSTable using the existing utilities in Cassandra/bin folder?

Akshay Arora
  • 729
  • 1
  • 8
  • 20
Harry
  • 3,072
  • 6
  • 43
  • 100

2 Answers2

4

sstabledump is also available in apache cassandra.

It can be found in tools/bin directory in cassandra 3.x

Note: sstable2json was replaced by sstabledump in 3.0

undefined_variable
  • 6,180
  • 2
  • 22
  • 37
  • Hey noticed you are Active in Cassandra, Could you please try to respond this https://stackoverflow.com/questions/47709008/aggregation-in-cassandra-across-partitions – Harry Dec 08 '17 at 06:53
  • https://stackoverflow.com/questions/47710070/sum-aggregation-for-each-columns-in-cassandra – Harry Dec 08 '17 at 08:06
3

You can use sstable2json for that.

http://docs.datastax.com/en/archived/cassandra/2.2/cassandra/tools/toolsSSTable2Json.html

https://www.datastax.com/dev/blog/debugging-sstables-in-3-0-with-sstabledump

Simon Fontana Oscarsson
  • 2,114
  • 1
  • 17
  • 20
  • Hey Simon, Could you please try to answer this : https://stackoverflow.com/questions/47709008/aggregation-in-cassandra-across-partitions It would be Great. Thanks. – Harry Dec 08 '17 at 06:52
  • https://stackoverflow.com/questions/47710070/sum-aggregation-for-each-columns-in-cassandra – Harry Dec 08 '17 at 08:06
  • @Harry You should probably slow down with your questions for a bit. At least until you feel you've gotten an answer on the previous one. https://stackoverflow.com/questions/47628950/initial-token-is-cassandra-is-not-working-as-expected – Simon Fontana Oscarsson Dec 08 '17 at 13:32