How to backup and restore data in Titan-Server (with Cassandra and Elastic Search) without sstableloader

StackOverflow https://stackoverflow.com/questions/23688281

Pergunta

I have the Titan server, with Cassandra, installed here, with multiple keyspaces configured. I've read many threads about how to back up and restore a keyspace, but all talk about using sstableloader.

However, I didn't find this tool, since the Titan installation I've used came with Cassandra, and there is not an exclusive bin folder for Cassandra on it.

I wonder how do I backup and restore a keyspace with these conditions.

Thanks in advance.

Foi útil?

Solução

One thing you could do is just separately download the version of Cassandra compatible with the one that packaged with your Titan version. I routinely do that to get nodetool and the cassandra-cli.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top