On Wed, Dec 21, 2011 at 7:04 AM, Martin Arrowsmith
wrote:
> Dear Cassandra Experts,
>
> Are the number of composite attributes fixed for each column family ?
>
> I have been doing : "create column family MyCF with comparator =
> 'CompositeType(IntegerType, UTF8Type)'
>
> And this creates a composi
Dear Cassandra Experts,
Are the number of composite attributes fixed for each column family ?
I have been doing : "create column family MyCF with comparator =
'CompositeType(IntegerType, UTF8Type)'
And this creates a composite { integer:string }
Hector complains when I give a 3rd attribute.
If