use HFileOutputFormat.getRecordWriter
On Mon, Feb 3, 2014 at 9:15 PM, Brian Jeltema < [email protected]> wrote: > I have implemented a map/reduce job that generates HBase bulk files using > HFileOutputFormat. > I currently run a separate job step do generate those files in the mapper. > It would be > more efficient if I could generate those files in the reducer of the > previous job step, but I > don't see a supported way to do that. Can this be done? > > Brian -- Best Regards, Haosdent Huang
