Re: need help on cassandra client

2010-08-30 Thread Dave Viner
HI Cassam, I'm using the perl Thrift API against 0.6.4 currently. It sounds like you are having trouble getting thrift installed and/or getting the perl bindings built. If you already have thrift installed, you can just run: % thrift --gen perl interface/cassandra.thrift The libraries are now

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 hav

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 wrote: > Hi guys > I have tried cassandra 0.6.4 with replication factor 3 on 4 VM node . > everything (column,super-column, > repli

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