Database Reference
In-Depth Information
# Setting this to 0.0.0.0 is always wrong.
listen_address:
# The address to bind the Thrift RPC service and
native transport
# server -- clients connect here.
#
# Leaving this blank has the same effect it does for
ListenAddress,
# (i.e. it will be based on the configured hostname of
the node).
#
# Note that unlike ListenAddress above, it is allowed
to specify 0.0.0.0
# here if you want to listen on all interfaces, but
that will break
# clients that rely on node auto-discovery.
rpc_address:
Finally, a multi-node cluster server needs a list of seed servers it can use
to bootstrap itself into the cluster. This list does not need to include every
server in the cluster, but enough to ensure that at least one server is
available when the server starts. Simply modify seeds to be a
comma-delimited list of servers:
# any class that implements the SeedProvider interface
and has a
# constructor that takes a Map<String, String> of
parameters will do.
seed_provider:
# Addresses of hosts that are deemed contact
points.
# Cassandra nodes use this list of hosts to find
each other and
# learn the topology of the ring. You must change
this if you are
# running
# multiple nodes!
- class_name:
org.apache.cassandra.locator.SimpleSeedProvider
Search WWH ::




Custom Search