Re: Endless loop returning in map

2007-11-19 Thread Arun C Murthy
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

Endless loop returning in map

2007-11-19 Thread jonathan doklovic
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