java - Output a row to Cassandra in Hadoop Mapreduce -
i write row cassandra in reducer , following 2 word count examples provided cassandra (an example using cql3 , an example using mutation), both outputing single column given key. can know how output row (i.e, multiple columns) known key in reducer using either cql3 or mutation?
you need @
cqlconfighelper.setoutputcql
which can use cql string has multiple replacements in it. detailed here:
Comments
Post a Comment