[
https://issues.apache.org/jira/browse/MAHOUT-736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051746#comment-13051746
]
Hudson commented on MAHOUT-736:
-------------------------------
Integrated in Mahout-Quality #893 (See
[https://builds.apache.org/job/Mahout-Quality/893/])
MAHOUT-736 removing empty files
ssc : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1137458
Files :
*
/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/hadoop/similarity/item/CountUsersKeyWritable.java
*
/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/hadoop/similarity/item/CountUsersMapper.java
*
/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/hadoop/similarity/item/CountUsersReducer.java
*
/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/hadoop/similarity/item/CountUsersCombiner.java
> Save one pass through the data in ItemSimilarityJob and RecommenderJob by
> intelligently using counters
> ------------------------------------------------------------------------------------------------------
>
> Key: MAHOUT-736
> URL: https://issues.apache.org/jira/browse/MAHOUT-736
> Project: Mahout
> Issue Type: Improvement
> Components: Collaborative Filtering
> Affects Versions: 0.6
> Reporter: Sebastian Schelter
> Assignee: Sebastian Schelter
> Fix For: 0.6
>
> Attachments: MAHOUT-736.patch
>
>
> Both ItemSimilarityJob and RecommenderJob have to find the overall number of
> users. This was done with an M/R pass over the data. Instead of that we can
> use a counter in a previous pass over the data (similar to the way the total
> number of ngrams if collected in CollocDriver) and thereby save one pass
> through the data.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira