Re: cql query

2013-05-04 Thread Sri Ramya
thanks for ur reply. On Fri, May 3, 2013 at 11:45 PM, Jabbar Azam wrote: > Sorry Sri, I've never used hector. How ever it's straightforward in > astyanax. There are examples on the github page. > On 3 May 2013 18:50, "Sri Ramya" wrote: > >> Can you tel

Re: cql query

2013-05-03 Thread Sri Ramya
Can you tell me how to do this in hector. Can you give me some example. On Fri, May 3, 2013 at 10:29 AM, Sri Ramya wrote: > thank you very much. i will try and let you know whether its working or not > > > > On Thu, May 2, 2013 at 7:04 PM, Jabbar Azam wrote: > >> Hell

Re: cql query

2013-05-02 Thread Sri Ramya
table columnfamily ( > name varchar, > age varchar, > tstamp timestamp, >partition key((name, age), tstamp) > ); > > > > > Thanks > > Jabbar Azam > > > On 2 May 2013 11:45, Sri Ramya wrote: > >> hi >> >> Can some bod

cql query

2013-05-02 Thread Sri Ramya
hi Can some body tell me is it possible to to do multiple query on cassandra like "Select * from columnfamily where name='foo' and age ='21' and timestamp >= 'unixtimestamp' "; Please tell me some guidence for these kind of queries Thank you

CQL indexing

2013-04-26 Thread Sri Ramya
HI In cql to perform a query based on columns you have to create a index on that column. What exactly happening when we create a index on a column. What the index column family might contain.

Re: CQL

2013-04-19 Thread Sri Ramya
Please can any body help me to solve the above problem. I stuck with that problem in my project. help me

Flume-cassandra

2013-01-27 Thread Sri Ramya
hi, I am storing flume events in to cassandra by using simpleCassandraSink. when i am storing a single event to cassandra from flume collector source in Cassandra i am getting nearly 100 rows , in which 1 row is containg my data and other rows are blank. So how do i solve this problem . Please pro