Re: CQL select not working for CF defined programatically with Hector API

2011-10-05 Thread Alexandru Sicoe
Perfectly right. Sorry for not paying attention! Thanks Eric, Alex On Tue, Oct 4, 2011 at 4:19 AM, Eric Evans wrote: > On Mon, Oct 3, 2011 at 12:02 PM, Alexandru Sicoe > wrote: > > Hi, > > I am using Cassandra 0.8.5, Hector 0.8.0-2 and cqlsh (cql 1.0.3). If I > > define a CF with comparator Lo

Re: CQL select not working for CF defined programatically with Hector API

2011-10-03 Thread Eric Evans
On Mon, Oct 3, 2011 at 12:02 PM, Alexandru Sicoe wrote: > Hi, >  I am using Cassandra 0.8.5, Hector 0.8.0-2 and cqlsh (cql 1.0.3). If I > define a CF with comparator LongType like this: > >     BasicColumnFamilyDefinition columnFamilyDefinition = new > BasicColumnFamilyDefinition(); >        

CQL select not working for CF defined programatically with Hector API

2011-10-03 Thread Alexandru Sicoe
Hi, I am using Cassandra 0.8.5, Hector 0.8.0-2 and cqlsh (cql 1.0.3). If I define a CF with comparator LongType like this: BasicColumnFamilyDefinition columnFamilyDefinition = new BasicColumnFamilyDefinition(); columnFamilyDefinition.setKeyspaceName("XXX"); columnFamilyDef