Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
Add explict Cassandra on Mesos vs Cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Aug 7, 2015
1 parent ea29c0c commit a3df362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/multi-dc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Multi Datacenter

# Multi Datacenter

Beginning with Cassandra version 0.2.0, Cassandra on Mesos can be configured so that multiple datacenters are aware of each other.
Beginning with Cassandra on Mesos version 0.2.0, Cassandra on Mesos can be configured so that multiple datacenters are aware of each other.

See [Deploying Cassandra across Multiple Data Centers](http://www.datastax.com/dev/blog/deploying-cassandra-across-multiple-data-centers) for motivations regarding running Cassandra in multiple datacenters.

Expand All @@ -20,7 +20,7 @@ Cassandra on Mesos can also be configured to query other Cassandra instances to
1. Every cluster must be able to reach the IP addresses of every other cluster.
2. All clusters must have the same cluster name.
3. Datacenters must be defined before starting the framework. New datacenters cannot be added after a cluster has initialized.
4. Node sizes and counts must be the same across all clusters. **Note:** Cassandra does not enforce or validate this, so be certain that this is configured correctly.
4. Node sizes and counts must be the same across all clusters. **Note:** Cassandra on Mesos does not enforce or validate this, so be certain that this is configured correctly.

## Configuration

Expand All @@ -39,7 +39,7 @@ CASSANDRA_DEFAULT_RACK=RAC1

### Other instances of Cassandra on Mesos

Cassandra on Mesos is informed of other Cassandra instances running in other Mesos clusters by
Cassandra on Mesos is informed of other Cassandra on Mesos instances running in other Mesos clusters by
environment variables in the format `CASSANDRA_EXTERNAL_DC_<dcName>=<cassandraOnMesosUrl>`.

## Example on Mesos
Expand Down

0 comments on commit a3df362

Please sign in to comment.