Procházet zdrojové kódy

A little markdownfmting and some helpful links

Joe Ferguson před 10 roky
rodič
revize
1c0cb0a595
2 změnil soubory, kde provedl 17 přidání a 3 odebrání
  1. 5 3
      cassandra/README.md
  2. 12 0
      cassandra/content.md

+ 5 - 3
cassandra/README.md

@@ -98,14 +98,16 @@ This variable sets the name of the cluster and must be the same for all nodes in
 This variable sets number of tokens for this node. It will set the [`num_tokens`](http://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html?scroll=reference_ds_qfg_n1r_1k__num_tokens) option of `cassandra.yaml`.
 This variable sets number of tokens for this node. It will set the [`num_tokens`](http://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html?scroll=reference_ds_qfg_n1r_1k__num_tokens) option of `cassandra.yaml`.
 
 
 ### `CASSANDRA_DC`
 ### `CASSANDRA_DC`
-This variable sets the datacenter name of this node. It will set the [`dc`] option of `cassandra-rackdc.properties`.
+
+This variable sets the datacenter name of this node. It will set the [`dc`](http://docs.datastax.com/en/cassandra/2.1/cassandra/architecture/architectureSnitchGossipPF_c.html) option of `cassandra-rackdc.properties`.
 
 
 ### `CASSANDRA_RACK`
 ### `CASSANDRA_RACK`
-This variable sets the rack name of this node. It will set the [`rack`] option of `cassandra-rackdc.properties`.
+
+This variable sets the rack name of this node. It will set the [`rack`](http://docs.datastax.com/en/cassandra/2.1/cassandra/architecture/architectureSnitchGossipPF_c.html) option of `cassandra-rackdc.properties`.
 
 
 ### `CASSANDRA_ENDPOINT_SNITCH`
 ### `CASSANDRA_ENDPOINT_SNITCH`
-This variable sets the snitch implementation this node will use. It will set the [`endpoint_snitch`] option of `cassandra.yml`.
 
 
+This variable sets the snitch implementation this node will use. It will set the [`endpoint_snitch`](http://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html?scroll=reference_ds_qfg_n1r_1k__endpoint_snitch) option of `cassandra.yml`.
 
 
 # Caveats
 # Caveats
 
 

+ 12 - 0
cassandra/content.md

@@ -90,6 +90,18 @@ This variable sets the name of the cluster and must be the same for all nodes in
 
 
 This variable sets number of tokens for this node. It will set the [`num_tokens`](http://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html?scroll=reference_ds_qfg_n1r_1k__num_tokens) option of `cassandra.yaml`.
 This variable sets number of tokens for this node. It will set the [`num_tokens`](http://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html?scroll=reference_ds_qfg_n1r_1k__num_tokens) option of `cassandra.yaml`.
 
 
+### `CASSANDRA_DC`
+
+This variable sets the datacenter name of this node. It will set the [`dc`](http://docs.datastax.com/en/cassandra/2.1/cassandra/architecture/architectureSnitchGossipPF_c.html) option of `cassandra-rackdc.properties`.
+
+### `CASSANDRA_RACK`
+
+This variable sets the rack name of this node. It will set the [`rack`](http://docs.datastax.com/en/cassandra/2.1/cassandra/architecture/architectureSnitchGossipPF_c.html) option of `cassandra-rackdc.properties`.
+
+### `CASSANDRA_ENDPOINT_SNITCH`
+
+This variable sets the snitch implementation this node will use. It will set the [`endpoint_snitch`](http://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html?scroll=reference_ds_qfg_n1r_1k__endpoint_snitch) option of `cassandra.yml`.
+
 # Caveats
 # Caveats
 
 
 ## Where to Store Data
 ## Where to Store Data