I am looking this article https://community.datastax.com/questions/4477/how-to-migrate-a-subset-of-tables30-tables-out-of.html to migrate data to a new cluster and have a question on step 2 under the section 'cloning a table'.
$ sstableloader -d dest_node_ip1, dest_node_ip2 /path/to/community/users/
Questions:
1. Due to network issues or for some other reasons, if the command fails in the middle of streaming the data to the new cluster, do we rerun the command? Please suggest the best practices on how to handle failures in the sstableloader command.
2. When we re-run the command on the same table, does it start streaming from the beginning again?