The current code I have is using SSTableReader (like sstable2json) and
then trying to interpret the bytes with the help of CFMetaData.
Any pointers for where in the Cassandra codebase I could see how this is done?
Thanks for the help.
2015-05-26 16:07 GMT+02:00 Tyler Hobbs :
> Trying to parse a
Trying to parse and export an sstable at a higher, CQL level with the
current codebase is going to be pretty tough. Handling static columns,
collections (multi-cell columns), and the four minor variants of sstable
formats (sparse vs dense, composite vs simple) is not easy. If you want to
handle t
Thanks Tyler,
The problem with sstable2json is that it does not support the CQL
types as far as I can see and there isn't any indication as to modify
it to do that. It seems like the CQL things are a layer above the
SSTable.
2015-05-26 15:44 GMT+02:00 Tyler Hobbs :
> I would start by looking at
I would start by looking at sstable2json. It may be simplest for you to
run sstable2json and then process the resulting json. If that's not
adequate, modifying the sstable2json code is probably your best bet.
On Mon, May 25, 2015 at 11:12 AM, Malcolm Matalka
wrote:
> Hello,
>
> For efficiency
Hi Jan,
The dev mailing list is for the development of Cassandra only. The most
appropriate place for a question about OpsCenter is probably a
StackOverflow post tagged with "datastax-opscenter".
On Tue, May 26, 2015 at 5:59 AM, Jan Kesten wrote:
> Hi all,
>
> I am trying to setup internode an
Hi all,
I am trying to setup internode and client encryption on cassandra. I set
up a small ca, generated the certificates, distributed them and
configured the nodes to use them.
Internode encryption worked straight forward, cqlsh after I added "--ssl".
But I am not able to setup OpsCenter (