sstableloader error

2012-08-27 Thread Swathi Vikas
Hi,   I had uploaded data using sstablelaoder to a single node cluster earlier without any problem. Now, while trying to upload to 3 node cluster it is giving me below error:   localhost:~/apache-cassandra-1.0.7/sstableloader_folder # bin/sstableloader DEMO/ Starting client (and waiting 30

Re: wild card on query

2012-08-17 Thread Swathi Vikas
that shows denormalising data  https://github.com/amorton/wdcnz-2012-site and http://www.slideshare.net/aaronmorton/hellow-world-cassandra Hope that helps. - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 17/08/2012, at 12:39 AM, Swathi Vikas swat.vi

Re: C++ Bulk loader and Result set streaming.

2012-08-17 Thread Swathi Vikas
 will write code to do that.   Thank you very much, Swat.vikas From: aaron morton aa...@thelastpickle.com To: user@cassandra.apache.org; Swathi Vikas swat.vi...@yahoo.com Sent: Thursday, August 16, 2012 7:06 PM Subject: Re: C++ Bulk loader and Result set streaming

wild card on query

2012-08-16 Thread Swathi Vikas
Hi, I am trying to run query on cassandra cluster with predicate on row key. I have column family called Users and rows with row key like projectid_userid_photos. Each user within a project can have rows like projectid_userid_blog, projectid_userid_status and so on.  I want to retrieve all

C++ Bulk loader and Result set streaming.

2012-08-16 Thread Swathi Vikas
Hi All,   I am using C++ client libQtCassandra. I have two questions.   1) I want to bulk load data into cassandra through C++ interface. It is required by my group where i am doing internship. I could bulk load using sstableloader as specified in Datastax