On Thu, Mar 13, 2014 at 1:20 PM, olek.stas...@gmail.com < olek.stas...@gmail.com> wrote:
> Huh, > you mean json dump? > If you're using cassandra-cli, I mean the output of "show schema;" If you're using CQLsh, there is an analogous way to show all schema. 1) dump schema to a file via one of the above tools 2) stop cassandra and nuke system keyspaces everywhere 3) start cassandra, coalesce cluster 4) load schema =Rob