From 801a26fd32723aa9aedfe61b997cbb0cad2333c2 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Sun, 3 Oct 2010 17:35:16 +0000 Subject: [PATCH] Mention schematool in the config section of NEWS.txt git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1004008 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index fdb2a18c1f..7922a25e04 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -84,6 +84,10 @@ Configuraton - GCGraceSeconds is now per-ColumnFamily instead of global - Keyspace and column family names that do not confirm to a '^\w+' regex are considered illegal. + - Keyspace and column family definitions will need to be loaded via + "bin/schematool import". _You only need to do this to + one node_. + JMX ---