Re: [1.1] Can't create column

2012-05-10 Thread Sylvain Lebresne
On Sun, May 6, 2012 at 2:19 PM, cyril auburtin wrote: > It's the comparator so? because I tried without the single quotes on > column_name and same error Yes, it's the comparator, not the single quotes. The column_name in the column_metada is, as the name imply, a column name. Thus is must be com

Re: [1.1] Can't create column

2012-05-10 Thread Conan Cook
Just stumbled upon this by chance, is it related? https://issues.apache.org/jira/browse/CASSANDRA-2497 Conan On 6 May 2012 13:19, cyril auburtin wrote: > It's the comparator so? because I tried without the single quotes on > column_name and same error > thanks > > > 2012/5/6 Pierre Chalamet >

Re: [1.1] Can't create column

2012-05-06 Thread cyril auburtin
It's the comparator so? because I tried without the single quotes on column_name and same error thanks 2012/5/6 Pierre Chalamet > create column family Post with comparator=UTF8Type and > colum_metadata=[{column_name : user, validation_class : UTF8Type}] and > comment='bla’; > > ** ** > > - P

RE: [1.1] Can't create column

2012-05-06 Thread Pierre Chalamet
create column family Post with comparator=UTF8Type and colum_metadata=[{column_name : user, validation_class : UTF8Type}] and comment='bla'; - Pierre From: cyril auburtin [mailto:cyril.aubur...@gmail.com] Sent: dimanche 6 mai 2012 13:10 To: user@cassandra.apache.org Subject: [1.1] Can't cr