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
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
>
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
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