Re: CQL binary protocol error

2013-01-25 Thread Vivek Mishra
Then only possible way is via creating own java program to connect/execute? And then restart again in Thrift mode to connect via cqlsh/cassandra-cli ? -Vivek On Fri, Jan 25, 2013 at 4:30 PM, Sylvain Lebresne wrote: > cqlsh does not use the native protocol (It may and hopefully will someday > but

Re: CQL binary protocol error

2013-01-25 Thread Sylvain Lebresne
cqlsh does not use the native protocol (It may and hopefully will someday but it's not the case right now). -- Sylvain On Fri, Jan 25, 2013 at 11:49 AM, Vivek Mishra wrote: > I have enabled *start_native_transport: true* in cassandra.yaml and then > tried to connect from cqlsh as: > > */home/v