Author: brandonwilliams
Date: Fri Dec 17 02:14:03 2010
New Revision: 1050265

URL: http://svn.apache.org/viewvc?rev=1050265&view=rev
Log:
Update readme to include default_validation_class so the cli output matches 
what it says.

Modified:
    cassandra/branches/cassandra-0.7/README.txt

Modified: cassandra/branches/cassandra-0.7/README.txt
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/README.txt?rev=1050265&r1=1050264&r2=1050265&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/README.txt (original)
+++ cassandra/branches/cassandra-0.7/README.txt Fri Dec 17 02:14:03 2010
@@ -62,7 +62,7 @@ something slightly more interesting...
   ece86bde-dc55-11df-8240-e700f669bcfc
   [defa...@unknown] use Keyspace1;
   Authenticated to keyspace: Keyspace1
-  [defa...@keyspace1] create column family Users with comparator=UTF8Type;
+  [defa...@keyspace1] create column family Users with comparator=UTF8Type and 
default_validation_class=UTF8Type;
   737c7a71-dc56-11df-8240-e700f669bcfc
 
   [defa...@ks1] set Users[jsmith][first] = 'John';


Reply via email to