Re: create super column family for

2011-10-02 Thread aaron morton
Which version are you using? In my memory 0.8.3 cannot do it correctly but > later versions fixed the bug. > > 從我的 BlackBerry® 無線裝置 > > From: Ramesh S > Date: Thu, 29 Sep 2011 15:23:29 -0500 > To: > ReplyTo: user@cassandra.apache.org > Subject: create super column fam

Re: create super column family for

2011-09-30 Thread Ramesh S
29 Sep 2011 15:23:29 -0500 > *To: * > *ReplyTo: * user@cassandra.apache.org > *Subject: *create super column family for > > I am trying to create a super column family using Cli command. > But I am not getting it. > > The structure is > > <>ProductCategory &g

Re: create super column family for

2011-09-29 Thread Yi Yang
Which version are you using? In my memory 0.8.3 cannot do it correctly but later versions fixed the bug. 從我的 BlackBerry® 無線裝置 -Original Message- From: Ramesh S Date: Thu, 29 Sep 2011 15:23:29 To: Reply-To: user@cassandra.apache.org Subject: create super column family for I am

Re: create super column family for

2011-09-29 Thread Ramesh S
I missed the subcomparator. Probably this is the solution. create column family ProductCategory with column_type = 'Super' and comparator = UTF8Type WITH subcomparator = UTF8Type AND key_validation_class=UTF8Type AND column_metadata = [ {column_name: subProdName, validation_class: UTF8Type

create super column family for

2011-09-29 Thread Ramesh S
I am trying to create a super column family using Cli command. But I am not getting it. The structure is <>ProductCategory <>#ProductType <>#productCatId +subProdName +lenght +width I tried a lot many ways but I can't find the right way to get this done. Something like this give me error - misma