[
https://issues.apache.org/jira/browse/NUTCH-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058784#comment-16058784
]
ASF GitHub Bot commented on NUTCH-2375:
---------------------------------------
Omkar20895 commented on issue #188: NUTCH-2375 Upgrade the code base from
org.apache.hadoop.mapred to org.apache.hadoop.mapreduce
URL: https://github.com/apache/nutch/pull/188#issuecomment-310279028
Hi there is this one last error that I am concerned about.
```
[javac]
/home/omkar/Documents/GIT/nutch1/src/java/org/apache/nutch/crawl/CrawlDb.java:119:
error: unreported exception InterruptedException; must be caught or declared
to be thrown
[javac] int complete = job.waitForCompletion(true)?0:1;
```
I have used `int complete = job.waitForCompletion(true)?0:1;` in multiple
files and I did not get any error in those files and I am unable to understand
why I am getting this here. Thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Upgrade the code base from org.apache.hadoop.mapred to
> org.apache.hadoop.mapreduce
> ----------------------------------------------------------------------------------
>
> Key: NUTCH-2375
> URL: https://issues.apache.org/jira/browse/NUTCH-2375
> Project: Nutch
> Issue Type: Improvement
> Components: deployment
> Reporter: Omkar Reddy
>
> Nutch is still using the deprecated org.apache.hadoop.mapred dependency which
> has been deprecated. It need to be updated to org.apache.hadoop.mapreduce
> dependency.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)