On Fri, Jan 24, 2014 at 5:39 AM, Jean Paul Adant
wrote:
> I'm using cassandra 1.1.9
> I have this columnFamily, created with hector API. Here is its cql2
> descrition.
>
You should not use CQL2, it will be removed from future versions of
Cassandra.
=Rob
Hi all
I'm using cassandra 1.1.9
I have this columnFamily, created with hector API. Here is its cql2
descrition.
CREATE TABLE TDF (
KEY bigint PRIMARY KEY
) WITH
comment='' AND
comparator='CompositeType(org.apache.cassandra.db.marshal.LongType,org.apache.cassandra.db.marshal.LongType,org.ap