Hi all,
I'm trying to write data to cassandra from a hadoop job. I am wondering if it is possible to increment a column with CounterColumnType as default_validation_class using BulkOutputFormat. Maybe I am missing something but it looks like the write method in BulkRecordWriter only leads to addColumn methods.
Thanks for any help on this one!
