You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Rohan Thimmappa <ro...@gmail.com> on 2018/03/17 06:06:47 UTC

Cassandra counter datatype support through POJO

Hi All,

i have table containing usage which is counter data type. every time i get
usage for a id and would like to user counter data time to increment it.

https://docs.datastax.com/en/cql/3.1/cql/cql_using/use_counter_t.html


Is it support POJO approach of cassandra sync or i have use SQL approach. I
am looking for the pojo approach?

create table mytable (
 id text,

 usage counter,
 ----

-----

}



https://ci.apache.org/projects/flink/flink-docs-release-1.4/dev/connectors/cassandra.html


-- 
Thanks
Rohan