Laurynas Stašys
Laurynas Stašys

Reputation: 338

Output file for each key in Reducer in new MapReduce API

I am working on a single machine Cloudera Sandbox instance and I am trying to produce a output file for each Reducer output. I know that it was possible to do that in old API using MultipleTextOutputFormat class, however it does not work anymore. I also do not want to have drop Reduce phase.

I attach an image displaying my issueenter image description here

Upvotes: 0

Views: 243

Answers (1)

alexeipab
alexeipab

Reputation: 3619

Use this one MultipleOutputs.

Upvotes: 1

Related Questions