RE: Handshake failed

2010-04-07 Thread Jason Alexander
, April 07, 2010 3:18 PM To: user@cassandra.apache.org Subject: Re: Handshake failed That means you're connecting the the debugger port, instead of the thrift one. (Thrift is 9160 by default.) On Wed, Apr 7, 2010 at 3:15 PM, Jason Alexander wrote: > Hey guys, > > > Excuse my noobis

Re: Handshake failed

2010-04-07 Thread Jonathan Ellis
That means you're connecting the the debugger port, instead of the thrift one. (Thrift is 9160 by default.) On Wed, Apr 7, 2010 at 3:15 PM, Jason Alexander wrote: > Hey guys, > > > Excuse my noobishness here, we're working through the initial PoC phases of > implementing Cassandra here on one o

Re: Handshake failed

2010-04-07 Thread Brandon Williams
On Wed, Apr 7, 2010 at 3:15 PM, Jason Alexander wrote: >TTransport transport = new TSocket("10.223.131.19", ); > This is not the default Thrift port (unless you explicitly set that way), you probably want port 9160. -Brandon