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:

https://stackoverflow.com/a/19035392/33


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -