Depending on the MapOutputValueClass, you can override corresponding XXXSortReducer so that your custom logic is added.
Cheers On Thu, Jun 26, 2014 at 8:24 AM, Guillermo Ortiz <[email protected]> wrote: > I have a question. > I want to execute an MapReduce and the output of my reduce it's going to > store in HBase. > > So, it's a MapReduce with an output which it's going to be stored in HBase. > I can do a Map and use HFileOutputFormat.configureIncrementalLoad(pJob, > table); but, I don't know how I could do it if I have a Reduce as well,, > since the configureIncrementalLoad generates an reduce. >
