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 <sylv...@datastax.com>wrote:

> 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 to the port used by the binary
> protocol, that won't work either.
>
> --
> Sylvain
>
>
> On Fri, Jan 25, 2013 at 11:53 AM, Vivek Mishra <mishra.v...@gmail.com>wrote:
>
>> Is this a valid assumption that cassandra-cli will not work, if Cassandra
>> server is getting started by enabling CQL binary protocol?
>>
>> -Vivek
>>
>
>

Reply via email to