RE: Write Failed, COPY on cqlsh with rpc_timeout‏

2014-05-30 Thread Sharaf Ali
Dear Patricia, Here is trace of Error for your reference, Other this is that it an single node server only. KeySpace is Created using CREATE KEYSPACE mykeyspace WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'datacenter1' : 1}; Created table using: CREATE TABLE details ( id bigint

Insert failed after some time in cassandra with timeout‏

2014-05-30 Thread Sharaf Ali
I have installed Cassandra 2.0 On CentOS6.5 Server and and while testing simple records everything is working fine, Now I have to upload 600 billion rows, when I use COPY on cqlsh it failed after 5 minutes and approx rows inserted are 0.2 million with rpc timeout, then I opted for pycasso and p