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
