Re: 0.7 CLI w/TSocket

2010-08-13 Thread Mark
On 8/13/10 7:09 AM, Jonathan Ellis wrote: if you turn off framed mode (by setting the the transport size to 0) then you need to use the unframed option with cli On Thu, Aug 12, 2010 at 10:20 PM, Mark wrote: On 8/12/10 9:14 PM, Jonathan Ellis wrote: Works fine here. bin/cassandra-cl

Re: 0.7 CLI w/TSocket

2010-08-13 Thread Jonathan Ellis
if you turn off framed mode (by setting the the transport size to 0) then you need to use the unframed option with cli On Thu, Aug 12, 2010 at 10:20 PM, Mark wrote: > On 8/12/10 9:14 PM, Jonathan Ellis wrote: >> >> Works fine here. >> >> bin/cassandra-cli --host localhost --port 9160 >> Connected

Re: 0.7 CLI w/TSocket

2010-08-12 Thread Mark
On 8/12/10 10:20 PM, Mark wrote: On 8/12/10 9:14 PM, Jonathan Ellis wrote: Works fine here. bin/cassandra-cli --host localhost --port 9160 Connected to: "Test Cluster" on localhost/9160 Welcome to cassandra CLI. On Thu, Aug 12, 2010 at 2:18 PM, Mark wrote: On 8/12/10 8:29 AM, Mark wrote: On

Re: 0.7 CLI w/TSocket

2010-08-12 Thread Mark
On 8/12/10 9:14 PM, Jonathan Ellis wrote: Works fine here. bin/cassandra-cli --host localhost --port 9160 Connected to: "Test Cluster" on localhost/9160 Welcome to cassandra CLI. On Thu, Aug 12, 2010 at 2:18 PM, Mark wrote: On 8/12/10 8:29 AM, Mark wrote: On 8/11/10 10:11 PM, Jonat

Re: 0.7 CLI w/TSocket

2010-08-12 Thread Jonathan Ellis
Works fine here. bin/cassandra-cli --host localhost --port 9160 Connected to: "Test Cluster" on localhost/9160 Welcome to cassandra CLI. On Thu, Aug 12, 2010 at 2:18 PM, Mark wrote: > On 8/12/10 8:29 AM, Mark wrote: >> >> On 8/11/10 10:11 PM, Jonathan Ellis wrote: >>> >>> you have to use an up t

Re: 0.7 CLI w/TSocket

2010-08-12 Thread Mark
On 8/12/10 8:29 AM, Mark wrote: On 8/11/10 10:11 PM, Jonathan Ellis wrote: you have to use an up to date CLI, the old one used broken options w/ its framed mode On Wed, Aug 11, 2010 at 6:39 PM, Mark wrote: "org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin, ol

Re: 0.7 CLI w/TSocket

2010-08-12 Thread Mark
On 8/11/10 10:11 PM, Jonathan Ellis wrote: you have to use an up to date CLI, the old one used broken options w/ its framed mode On Wed, Aug 11, 2010 at 6:39 PM, Mark wrote: "org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin, old client?" Is the CLI not su

Re: 0.7 CLI w/TSocket

2010-08-11 Thread Jonathan Ellis
you have to use an up to date CLI, the old one used broken options w/ its framed mode On Wed, Aug 11, 2010 at 6:39 PM, Mark wrote: > "org.apache.thrift.protocol.TProtocolException: Missing version in > readMessageBegin, old client?" > > Is the CLI not supported when using TSocket? I don't believe

0.7 CLI w/TSocket

2010-08-11 Thread Mark
"org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin, old client?" Is the CLI not supported when using TSocket? I don't believe this was the same in 0.6. Can someone explain the differences between TFramedTransport vs TSocket. I tried searching but I couldn't f