I think the title is already explaining my question. I would like to change
key (tab space) value
into
key;value
in all output files the reducers are generating from the output of mappers.
I could not find good documentation on this using google. Can anyone please give a fraction of code on how to achieve this?
o.a.h.mapred.TextOutputFormat
, oro.a.h.mapreduce.lib.output.TextOutputFormat
? – Zea