Re: Using Cassandra via the Erlang Thrift Client API (HOW ??)

2010-03-04 Thread Jonathan Ellis
You probably need to switch the server to framed thrift mode. On Thu, Mar 4, 2010 at 2:02 AM, J T jt4websi...@googlemail.com wrote: Hi, I've been trying to piece together some notion of how to use cassandra from an erlang client. So far I have managed to come up with the following, but it

Re: Using Cassandra via the Erlang Thrift Client API (HOW ??)

2010-03-04 Thread Jeremey.Barrett
I think you want port 9160, not ... dt_socket != thrift. Jeremey. On Mar 4, 2010, at 2:02 AM, ext J T wrote: Hi, I've been trying to piece together some notion of how to use cassandra from an erlang client. So far I have managed to come up with the following, but it doesn't work.

Re: Using Cassandra via the Erlang Thrift Client API (HOW ??)

2010-03-04 Thread Brandon Williams
On Thu, Mar 4, 2010 at 11:27 AM, J T jt4websi...@googlemail.com wrote: Once I have something working I'll write a new post back with a couple of examples here to help future newbies on how to talk to cassandra from erlang, since those examples are not present on the cassandra/thrift wiki as