I would like to write a row back to Cassandra in my Reducer and am following two word count examples provided by Cassandra (an example using cql3 and an example using Mutation), but they are both outputing a single column given a key. Can I know how to output a row (i.e, multiple columns) with a known key in a Reducer using either cql3 or Mutation?
Asked
Active
Viewed 827 times