Re: Composite Column Question

2011-12-21 Thread Sylvain Lebresne
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

Composite Column Question

2011-12-20 Thread Martin Arrowsmith
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