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