Merge pull request #396 from kaygorodov/master

fix a typo in cassandra/content.md
This commit is contained in:
Tianon Gravi 2015-11-16 21:18:41 -08:00
commit d0691c151a
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ This variable is for controlling which IP address to listen for incoming connect
### `CASSANDRA_BROADCAST_ADDRESS` ### `CASSANDRA_BROADCAST_ADDRESS`
This variable is for controlling which IP address to advertise to other nodes. The default value is the velue of `CASSANDRA_LISTEN_ADDRESS`. It will set the [`broadcast_address`](http://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/configCassandra_yaml.html?scroll=configCassandra_yaml__broadcast_address) and [`broadcast_rpc_address`](http://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/configCassandra_yaml.html?scroll=configCassandra_yaml__broadcast_rpc_address) options in `cassandra.yaml`. This variable is for controlling which IP address to advertise to other nodes. The default value is the value of `CASSANDRA_LISTEN_ADDRESS`. It will set the [`broadcast_address`](http://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/configCassandra_yaml.html?scroll=configCassandra_yaml__broadcast_address) and [`broadcast_rpc_address`](http://docs.datastax.com/en/cassandra/3.0/cassandra/configuration/configCassandra_yaml.html?scroll=configCassandra_yaml__broadcast_rpc_address) options in `cassandra.yaml`.
### `CASSANDRA_RPC_ADDRESS` ### `CASSANDRA_RPC_ADDRESS`