RE: Using Cli to create a column family with column name metadata question

2011-11-07 Thread Arsene Lee
mailto:dri...@gmail.com] Sent: Tuesday, November 08, 2011 9:49 AM To: user@cassandra.apache.org Subject: Re: Using Cli to create a column family with column name metadata question On Mon, Nov 7, 2011 at 7:36 PM, Arsene Lee wrote: > Hi, > > Thanks for the replay. I'm not talking about the

Re: Using Cli to create a column family with column name metadata question

2011-11-07 Thread Brandon Williams
On Mon, Nov 7, 2011 at 7:36 PM, Arsene Lee wrote: > Hi, > > Thanks for the replay. I'm not talking about the column name. I'm talking > about the column metadata's column name. Right now cli can't not display the > column's meta name correctly if the comparator type is not UTF8. Try 'help assum

RE: Using Cli to create a column family with column name metadata question

2011-11-07 Thread Arsene Lee
From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Friday, November 04, 2011 11:09 PM To: user Subject: Re: Using Cli to create a column family with column name metadata question [Moving to user@] Because Cassandra's sparse data model supports using rows as "materialized views,"

Re: Using Cli to create a column family with column name metadata question

2011-11-04 Thread Jonathan Ellis
[Moving to user@] Because Cassandra's sparse data model supports using rows as "materialized views," having non-UTF8 column names is common and totally valid. On Fri, Nov 4, 2011 at 5:19 AM, Arsene Lee wrote: > Hi, > > I'm trying to use Column Family's metadata to do some validation. I found out