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?
Set the configuration property mapred.textoutputformat.separator
to ";"