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
This commit is contained in:
Brandon Williams 2010-10-03 17:35:16 +00:00
parent e239146914
commit 801a26fd32
1 changed files with 4 additions and 0 deletions

View File

@ -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 <host> <jmxport> import". _You only need to do this to
one node_.
JMX
---