[
https://issues.apache.org/jira/browse/NUTCH-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056049#comment-16056049
]
ASF GitHub Bot commented on NUTCH-2375:
---------------------------------------
lewismc 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-309815700
> But mapfileoutputformat and sequencefileoutputformat are different aren't
they?
Yes they have different semantics. You can see difference between
[MapFile](https://hadoop.apache.org/docs/current/api/org/apache/hadoop/io/MapFile.html)
and
[SequenceFile](https://hadoop.apache.org/docs/current/api/org/apache/hadoop/io/SequenceFile.html).
> Won't it cause some discrepancy?
It may well do. Right now though you can implement them (there are only 4 or
5 instances) we have this thread for reference. If there are discrepancies then
we can come back and fix them.
\Most import thing is that you continue to move onwards.
----------------------------------------------------------------
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)