Getting list of active cassandra nodes

2011-03-15 Thread Anurag Gujral
Hi All, How can I get the list of active cassandra nodes using cassandra api 0.7. Thanks a ton, Anurag

get_string_property in 0.6

2011-03-15 Thread Anurag Gujral
Hi All, I am working on porting my cassandra application to work with cassandra version 0.7 from cassandra version 0.6. Is there any function corresponding to function get_string_property(which is available in 0.6) in 0.7. Thanks a ton, Anurag > >

batch inserts in cassandra 0.7

2011-03-15 Thread Anurag Gujral
Hi All, I am moving from cassandra 0.6 to 0.7 I was using function send_batch_inserts to do batch inserts in cassandra 0.6 when I moved to 0.7 I dont see the function send_batch_insert is there a way to do batch inserts in cassandra 0.7 using thrift-0.0.5. Thanks Anurag