You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/04/19 17:54:15 UTC

[jira] [Commented] (MAHOUT-1517) Remove casts to int in ALSWRFactorizer

    [ https://issues.apache.org/jira/browse/MAHOUT-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974892#comment-13974892 ] 

Hudson commented on MAHOUT-1517:
--------------------------------

FAILURE: Integrated in Mahout-Quality #2582 (See [https://builds.apache.org/job/Mahout-Quality/2582/])
MAHOUT-1517 Remove casts to int in ALSWRFactorizer (ssc: rev 1588656)
* /mahout/trunk/CHANGELOG
* /mahout/trunk/mrlegacy/src/main/java/org/apache/mahout/cf/taste/impl/recommender/svd/ALSWRFactorizer.java


> Remove casts to int in ALSWRFactorizer
> --------------------------------------
>
>                 Key: MAHOUT-1517
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1517
>             Project: Mahout
>          Issue Type: Bug
>          Components: Collaborative Filtering
>            Reporter: Sebastian Schelter
>            Assignee: Sebastian Schelter
>             Fix For: 1.0
>
>         Attachments: MAHOUT-1517.patch
>
>
> ALSWRFactorizer casts the long ids to int which can lead to exception for long ids that are outside of the int range. Change this to use a mapping for the ids.



--
This message was sent by Atlassian JIRA
(v6.2#6252)