diff --git a/Distributed-Filer.md b/Distributed-Filer.md index c124f45..b2ca48d 100644 --- a/Distributed-Filer.md +++ b/Distributed-Filer.md @@ -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,