Re: Help! Cassandra Data Loader threads are getting stuck

2010-07-27 Thread Rana Aich
provide code if you want. > > Justus > > > > *Från:* Aaron Morton [mailto:aa...@thelastpickle.com] > *Skickat:* den 26 juli 2010 23:32 > *Till:* user@cassandra.apache.org > *Ämne:* Re: Help! Cassandra Data Loader threads are getting stuck > > > > Try running it wi

SV: Help! Cassandra Data Loader threads are getting stuck

2010-07-27 Thread Thorvaldsson Justus
Från: Aaron Morton [mailto:aa...@thelastpickle.com] Skickat: den 26 juli 2010 23:32 Till: user@cassandra.apache.org Ämne: Re: Help! Cassandra Data Loader threads are getting stuck Try running it without threading to see if it's a cassandra problem or an issue with your threading. Perhaps

Re: Help! Cassandra Data Loader threads are getting stuck

2010-07-26 Thread Malcolm Smith
Also make sure you have consistency level set to at least ONE Sent from my iPhone On Jul 26, 2010, at 5:31 PM, Aaron Morton wrote: > Try running it without threading to see if it's a cassandra problem or an > issue with your threading. > > Perhaps split the file and run many single threaded

Re: Help! Cassandra Data Loader threads are getting stuck

2010-07-26 Thread Aaron Morton
Try running it without threading to see if it's a cassandra problem or an issue with your threading. Perhaps split the file and run many single threaded processes to load the data. AaronOn 27 Jul, 2010,at 07:14 AM, Rana Aich wrote:Hi All,I have to load huge quantity of data into Cassandra (~10Bill

Help! Cassandra Data Loader threads are getting stuck

2010-07-26 Thread Rana Aich
Hi All, I have to load huge quantity of data into Cassandra (~10Billion rows). I'm trying to load the Data from files using multithreading. The idea is each thread will read the TAB delimited file and process chunk of records. For example Thread1 reads line 1-1000 lines Thread 2 reads line 1001