How to copy cassandra data from one cluster to another

后端 未结 3 996
执笔经年
执笔经年 2021-01-21 21:27

I Have 2 cassandra clusters, on different datacenter (note that these are 2 different clusters, NOT a single cluster with multidc), and both clusters have the same keyspace and

3条回答
  •  一整个雨季
    2021-01-21 22:10

    I don't have much knowledge on How to copy cassandra data from one cluster to another but For rpc_timeout error you can use

    cqlsh --request-timeout 3600 
    

    use the above command to enter into Cql shell request-timeout by default in sec,you can increase if you want

提交回复
热议问题