RE: creating keyspace with 1.1

2012-05-06 Thread Pierre Chalamet
bur...@gmail.com] Sent: dimanche 6 mai 2012 12:22 To: user@cassandra.apache.org Subject: Re: creating keyspace with 1.1 and one more thing For migration 0.7.10 ->1.1 I had to remove rows_cached, keys_cached, and key_cache_save_period from CF declarations? What would it change for my app

Re: creating keyspace with 1.1

2012-05-06 Thread cyril auburtin
lication_factor:1}] >> >> ** ** >> >> ** ** >> >> *From:* cyril auburtin [mailto:cyril.aubur...@gmail.com] >> *Sent:* Sunday, May 06, 2012 10:31 AM >> *To:* user@cassandra.apache.org >> *Subject:* creating keyspace with 1.1**

Re: creating keyspace with 1.1

2012-05-06 Thread cyril auburtin
egy=’SimpleStrategy’ and > strategy_options = [{replication_factor:1}] > > ** ** > > ** ** > > *From:* cyril auburtin [mailto:cyril.aubur...@gmail.com] > *Sent:* Sunday, May 06, 2012 10:31 AM > *To:* user@cassandra.apache.org > *Subject:* creating keyspace with 1.1

RE: creating keyspace with 1.1

2012-05-06 Thread Pierre Chalamet
ay, May 06, 2012 10:31 AM To: user@cassandra.apache.org Subject: creating keyspace with 1.1 Hello I have just installed cassandra 1.1 CREATE KEYSPACE Excelsior WITH strategy_class = 'SimpleStrategy' AND strategy_options:replication_factor = 1; gives this error: Syntax

creating keyspace with 1.1

2012-05-06 Thread cyril auburtin
Hello I have just installed cassandra 1.1 CREATE KEYSPACE Excelsior WITH strategy_class = 'SimpleStrategy' AND strategy_options:replication_factor = 1; gives this error: Syntax error at position 85: mismatched input ':' expecting '=' I've looked in changes but didn't found Thanks