need help on cassandra client

2010-08-28 Thread cassam read
Hi guys I have tried cassandra 0.6.4 with replication factor 3 on 4 VM node . everything (column,super-column, replication,failover) i tried was successful from cli. But I am stucked with thrift client. How to access cassandra thrift. Do i have to compile thrift pkg for perl or I can directly used

Re: need help on cassandra client

2010-08-28 Thread Jonathan Ellis
you need thrift before you can use any of the clients built on top of it. http://wiki.apache.org/cassandra/InstallThrift On Sat, Aug 28, 2010 at 2:30 AM, cassam read cassamr...@gmail.com wrote: Hi guys I have tried cassandra 0.6.4 with replication factor 3 on 4 VM node . everything

Re: need help on cassandra client

2010-08-28 Thread Eric Evans
On Sat, 2010-08-28 at 13:00 +0530, cassam read wrote: I have tried cassandra 0.6.4 with replication factor 3 on 4 VM node . everything (column,super-column, replication,failover) i tried was successful from cli. But I am stucked with thrift client. How to access cassandra thrift. Do i have to