Updated Distributed Filer (markdown)

Chris Lu 2018-06-17 12:45:09 -07:00
parent c094768689
commit b2f43cdc55

@ -16,12 +16,12 @@ For production, you would want to set replication_factor to 3
if there are at least 3 Cassandra servers.
```cql
create keyspace seaweed WITH replication = {
create keyspace seaweedfs WITH replication = {
'class':'SimpleStrategy',
'replication_factor':1
};
use seaweed;
use seaweedfs;
CREATE TABLE filemeta (
directory varchar,