tolbertam / sstable-tools

Tools for parsing, creating and doing other fun stuff with sstables
Apache License 2.0
162 stars 31 forks source link

It doesn't work with C* 2.1.5 #20

Closed Krasnyanskiy closed 8 years ago

Krasnyanskiy commented 8 years ago

In this line method get returns a null which leads to NPE.

clohfink commented 8 years ago

2.1 and 2.2 have a sstable2json tool built in. In 3.0 with storage engine changes things changed so much they just dropped the tool. This tool targets 3.x+. Previous versions won't work unfortunately as the api to access the data changed so drastically. I would recommend using your bin/sstable2json for now.

Krasnyanskiy commented 8 years ago

Oh, I see. Thanks.