You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Kasi Subrahmanyam <ka...@gmail.com> on 2013/02/26 04:44:09 UTC

CustomInputFormat

Hi,

I have a small situation.

I need to pass a group of lines as an input to my mapper.The number of
lines may vary depending on the situation.

Basically those lines are logs which are grouped by the tests they run.

If a test passes less number of lines but if it fails more number of lines.

There is a definitive word which marks the start of test and end of test.
So how can i achieve this and pass each test log as a whole input to a
mapper once.

Thanks,
Subbu