Re: rpc_timeout error

2015-04-11 Thread Jonathan Haddad
Can't you just not insert anything? On Sat, Apr 11, 2015 at 2:24 PM Amlan Roy wrote: > Hi, > > Thanks for the reply. Yes, I am inserting nulls as some columns are > unknown for some rows. Will this issue get resolved if I start inserting > empty strings instead of null? Can it be because I have

Re: rpc_timeout error

2015-04-11 Thread Amlan Roy
Hi, Thanks for the reply. Yes, I am inserting nulls as some columns are unknown for some rows. Will this issue get resolved if I start inserting empty strings instead of null? Can it be because I have a very wide row which I am updating throghout the day (basically inserting time series data)?

Re: rpc_timeout error

2015-04-11 Thread Jonathan Haddad
Maybe you're inserting nulls? If you're inserting nulls, those show up as tombstones. On Sat, Apr 11, 2015 at 1:32 PM Amlan Roy wrote: > Hi, > > I am trying to query a table from cqlsh and I get the following error: > *Request did not complete within rpc_timeout.* > > I found the following mess

rpc_timeout error

2015-04-11 Thread Amlan Roy
Hi, I am trying to query a table from cqlsh and I get the following error: Request did not complete within rpc_timeout. I found the following messages in system.log: system.log:ERROR [ReadStage:1493] 2015-04-12 00:46:39,754 SliceQueryFilter.java (line 206) Scanned over 10 tombstones in my_ke

Re: hi error in importing the csv file to cassandra

2015-04-11 Thread Sebastian Estevez
Is that an error with the copy command? Give this loader a try. It's pretty user friendly: https://github.com/brianmhess/cassandra-loader All the best, [image: datastax_logo.png] Sebastián Estévez Solutions Architect | 954 905 8615 | sebastian.este...@datastax.com

hi error in importing the csv file to cassandra

2015-04-11 Thread Divya Divs
hi everyone, Please help me to rectify the following error. tell me how to import the csv files in to cassandra. give me sample queries.Thanks in advance. Error starting import process: Can't pickle : it's not found as thread.lock can only join a started process cqlsh:sample> Traceback (most rec