Data Structure in Cassandra

允我心安 提交于 2020-01-06 05:48:25

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/47649172/data-structure-in-cassandra

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!