From b2f43cdc559c5d9bf90d80e716e2d6e5983c0434 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 17 Jun 2018 12:45:09 -0700 Subject: [PATCH] Updated Distributed Filer (markdown) --- Distributed-Filer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,