Subject: Apache Cassandra -- Ports
Author: EricJ
Posted on: 09/30/2015 01:30:26 AM
Cassandra uses the following ports:
Inter-node ports:
7000 -- Cassandra inter-node cluster communication
7001 -- Cassandra SSL inter-node cluster communication
7199 -- Cassandra JMX monitoring port (e.g. NodeTool)
Client access ports:
9042 -- Cassandra native protocol clients (e.g. CQL, Diver)
9160 -- Cassandra Thrift clients (e.g. CLI, CQLSH)
Note:
7199 can be configured via file 'cassandra-env.sh';
the others can be configured via file 'cassandra.yaml'.
References: