0

In my command line showConnected to Test Cluster at localhost:9160. version but cql3 binary protocol host is different what should i do instead of using thrift to binary protocol in cassandra.

Hari Haran
  • 1,543
  • 4
  • 13
  • 25

1 Answers1

0

If you're referring to the port, the binary protocol uses port 9042. Search for native_transport_port in your cassandra.yaml file. The host should be the same.

lorcan
  • 3,280
  • 3
  • 24
  • 31