gxzh...@gmail.com
unread,Dec 15, 2012, 2:41:29 PM12/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sca...@googlegroups.com
I am using the column family like this using cql3 in cassandra 1.1.6
create table abc {
slotid varchar,
docid varchar,
body blob
PRIMARY KEY (slotid, docid)
}
Now I need to write dao using pelops API (latest). When I try to add a column using a composite type for column name/value (UTF8, UTF8): blobVal
I would get a validation error in pelops.
Can anybody tell if pelops support cql 3.
I know it supports composite type, but cql2 has composite columns, but cql3 introduce the composite primary key which is I am not sure.
Thank you very much.
George