Hi Ramdin, I have cleaned up my code that imports CSV into Cassandra and I have put it open on https://github.com/nehalmehta/CSV2Cassandra. Have a look if it is useful to you.
I have used Hector instead of sstableloader. For me it was necessary to have consistency level of EACH_QUORUM. Thanks, Nehal Mehta. On Thu, Sep 22, 2011 at 11:22 PM, Radim Kolar <h...@sendmail.cz> wrote: > Dne 22.9.2011 19:25, Nehal Mehta napsal(a): > > We are trying to carry out same stuff, but instead of migrating into JSON, >> we are exporting into CSV and than importing CSV into Cassandra. >> > You are right CSV seems to be more portable > > > Which DB are you currently using? >> > Postgresql and Apache Derby. >