Cassandra - import snapshot tables(column family)

less than 1 minute read

The following command will import a table(column family) to the destination Cassandra node.

1
$ sstableloader -d [destination IP address] -p [port number] [table directory(keyspace/table name)]