sebastian-nagel commented on pull request #708: URL: https://github.com/apache/nutch/pull/708#issuecomment-983448276
Hi @prakharchaube, after a second look (sorry about it), you're right. > ideally, we should not catch InterruptedException Definitely. The overridden [Mapper run](https://hadoop.apache.org/docs/r3.3.1/api/org/apache/hadoop/mapreduce/Mapper.html#run-org.apache.hadoop.mapreduce.Mapper.Context-) method declares the InterruptedException to be thrown, so the overriding method should just throw it as well. What do you think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]

