EricJ member offline  |
|
posts: |
50 |
joined: |
02/22/2007 |
from: |
CA |
|
|
 |
|
|
Apache Cassandra -- Ports |
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'.
|
|
|
|
|
|