1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-19 15:31:05 +02:00

Adjust documentation.

This commit is contained in:
Chris Lu 2015-01-06 22:38:56 -08:00
parent e4531fc1e6
commit f7f6f331db

View file

@ -20,7 +20,8 @@ Cassandra Setup
##################### #####################
Here is the CQL to create the table.CassandraStore. Here is the CQL to create the table.CassandraStore.
Optionally you can adjust the keyspace name and replication settings. Optionally you can adjust the keyspace name and replication settings.
For production server, you would want to set replication_factor to 3. For production, you would want to set replication_factor to 3
if there are at least 3 Cassandra servers.
.. code-block:: bash .. code-block:: bash