Hi,

I have two data sources of different format, one sequence file and the other
text. They share the same key, so I 'd like to have the following,

map1: <k, v1> -> <k, v2>
map2: <k, v1'> -> <k, v2'>
Both v2 and v2' are of the same type, say, BytesWritable.

I wonder if anyone could give me an example of MultipleInputs so that I can
process these two data sources in the reducer.

Thanks,
Yin

Reply via email to