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

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

문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top