aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weed/filer/cassandra/README.txt15
1 files changed, 1 insertions, 14 deletions
diff --git a/weed/filer/cassandra/README.txt b/weed/filer/cassandra/README.txt
index 122c9c3f4..6a1c8ecb3 100644
--- a/weed/filer/cassandra/README.txt
+++ b/weed/filer/cassandra/README.txt
@@ -1,14 +1 @@
-1. create a keyspace
-
-CREATE KEYSPACE seaweedfs WITH replication = {'class':'SimpleStrategy', 'replication_factor' : 1};
-
-2. create filemeta table
-
- USE seaweedfs;
-
- CREATE TABLE filemeta (
- directory varchar,
- name varchar,
- meta blob,
- PRIMARY KEY (directory, name)
- ) WITH CLUSTERING ORDER BY (name ASC);
+Deprecated by cassandra2 \ No newline at end of file