Another version of RecommenderJob that broadcasts the similarity matrix -----------------------------------------------------------------------
Key: MAHOUT-827 URL: https://issues.apache.org/jira/browse/MAHOUT-827 Project: Mahout Issue Type: New Feature Components: Collaborative Filtering Affects Versions: 0.6 Reporter: Sebastian Schelter Assignee: Sebastian Schelter Add another version of RecommenderJob that computes the item similarities via RowSimilarityJob but assumes that the resulting similarity matrix fits into the memory of the mappers in the cluster. After the item similarity computation is done, the similarities are broadcasted via Hadoop's distributed cache and the recommendations are computed in a map-only pass over the data afterwards. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira