On Mon, Nov 19, 2007 at 12:00:42PM -0600, jonathan doklovic wrote:
>Hi,
>
>I have a map task that uses a regex to parse data.
>Sometimes the regex matcher throws an unavoidable StackOverflowError.
>
>I'm catching these errors and want to skip the map/reduce entirely when
>encountered.
>
>If I don't
Hi,
I have a map task that uses a regex to parse data.
Sometimes the regex matcher throws an unavoidable StackOverflowError.
I'm catching these errors and want to skip the map/reduce entirely when
encountered.
If I don't do anything in my catch, the job runs and shows a few failed
tasks.
If I p