Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "CassandraCli_maki_draft2" page has been changed by MakiWatanabe:
http://wiki.apache.org/cassandra/CassandraCli_maki_draft2?action=diff&rev1=42&rev2=43

  ... schemas agree across the cluster
  }}}
  
+ ----
  
+ '''Note: On cassandra 1.0.0, you may see following error on loading 
schema-sample.txt.'''
+ 
+ {{{
+  WARNING: [{}] strategy_options syntax is deprecated, please use {}
+  a0f41dc0-feba-11e0-0000-915a0242929f
+  Waiting for schema agreement...
+  ... schemas agree across the cluster
+  Authenticated to keyspace: Keyspace1
+  Line 3 => No enum const class 
org.apache.cassandra.cli.CliClient$ColumnFamilyArgument.MEMTABLE_FLUSH_AFTER
+ }}}
+ 
+ To resolve the error, follow the instruction below.
+ 
+   1. Drop Keyspace1 with CLI at first if you have already tried to run 
schema-sample.txt.
+   1. Remove column family attribute "memtable_flush_after" in Standard1 
column family in schema-sample.txt.
+   1. Load schema-sample.txt with CLI.
+ 
+ ----
  
  under development
  

Reply via email to