Re: Cassandra-cli : with CQL binary protocol

2013-01-25 Thread Sylvain Lebresne
No, I don't mean 2 instances. Cassandra 1.2.0 has 2 completely separate client server: the thrift one and the native protocol one. You can start those independently. So, on the same instance you can have either just thrift, just the native protocol, both of them or none of them (though that latter

Re: Cassandra-cli : with CQL binary protocol

2013-01-25 Thread Vivek Mishra
Any suggestions? Once i enable *native_transport_port: 9042*, it will not start cassandra thrift automatically, Even if *start_rpc: true* ? Or it should start listening to both ports? On Fri, Jan 25, 2013 at 4:39 PM, Vivek Mishra wrote: > Means start 2 instances , 1 for thrift based access a

Re: Cassandra-cli : with CQL binary protocol

2013-01-25 Thread Vivek Mishra
Means start 2 instances , 1 for thrift based access and another for native? Of course on different port. Once i enable *native_transport_port: 9042*, it will not start cassandra thrift automatically? Even if *start_rpc: true* -Vivek On Fri, Jan 25, 2013 at 4:33 PM, Sylvain Lebresne wrote: > Wel

Re: Cassandra-cli : with CQL binary protocol

2013-01-25 Thread Sylvain Lebresne
Well, the cassandra-cli uses the thrift protocol, so it will not work is you use start_rpc: false. Whether you start the binary protocol server has no real impact as Cassandra is fine starting both server (as long as you don't set the same port for both for obvious reasons). Obviously, if you point

Cassandra-cli : with CQL binary protocol

2013-01-25 Thread Vivek Mishra
Is this a valid assumption that cassandra-cli will not work, if Cassandra server is getting started by enabling CQL binary protocol? -Vivek