I have a Hadoop Map Reduce job where I have split the input using a line reader.
Map input records=10.
Is it possible to partition the map tasks output based on the LongWritable key that identifies the line reader split ?
If not - Is there another way to partition the output for each map task ?