Merge branch 'cassandra-1.2' into cassandra-2.0.0

This commit is contained in:
Sylvain Lebresne 2013-08-19 17:21:06 +02:00
commit 5bf1fc13fd
1 changed files with 8 additions and 4 deletions

View File

@ -311,12 +311,16 @@ native_transport_port: 9042
# Whether to start the thrift rpc server.
start_rpc: true
# The address to bind the Thrift RPC service to -- clients connect
# here. Unlike ListenAddress above, you _can_ specify 0.0.0.0 here if
# you want Thrift to listen on all interfaces.
#
# 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 is not best practice
# as it is known to confuse the node auto-discovery features of some
# client drivers.
rpc_address: localhost
# port for Thrift to listen for clients on
rpc_port: 9160