I created a CounterColumnType column family .

create column family counter1 with
 default_validation_class=CounterColumnType and replicate_on_write=true;

Unfortunately I could not figure out a way to read the column value. I am
using the Thrift API , and I couldn't make out any sense. I can't use
anything else right now, since I have a bunch of stuff already written
using Thrift. Any help is really appreciated.

Regards
Chiddu

Reply via email to