[
https://issues.apache.org/jira/browse/MAPREDUCE-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859794#action_12859794
]
Renaud Delbru commented on MAPREDUCE-1722:
------------------------------------------
Also:
- LocalAnalysis interface is not implementing the Mapper interface anymore. I
was not able to create a Context object to replace the localanalysis output
collector. Moreover, I don't think it should be implementing the mapper
interface, since it is just called inside a mapper.
I replaced the interface by an abstract class with a map(final K key, final V
value, final LocalAnalysisContext context) abstract method, and which provides
an implementation of the LocalAnalysisContext .
> contrib/index - Upgrade to new Hadoop and Lucene API
> ----------------------------------------------------
>
> Key: MAPREDUCE-1722
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1722
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Components: contrib/index
> Affects Versions: 0.20.2
> Reporter: Renaud Delbru
> Priority: Minor
> Attachments: MAPREDUCE-1722.patch
>
>
> contrib/index is still using the old hadoop API. In addition, lucene 3.x has
> also a new API. The contrib/index should be updated and based on these new
> APIs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.