, 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
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
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