[ 
https://issues.apache.org/jira/browse/SPARK-25149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joseph K. Bradley updated SPARK-25149:
--------------------------------------
    Summary: Personalized PageRank raises an error if vertexIDs are > MaxInt  
(was: Personalized Page Rank raises an error if vertexIDs are > MaxInt)

> Personalized PageRank raises an error if vertexIDs are > MaxInt
> ---------------------------------------------------------------
>
>                 Key: SPARK-25149
>                 URL: https://issues.apache.org/jira/browse/SPARK-25149
>             Project: Spark
>          Issue Type: Bug
>          Components: GraphX
>    Affects Versions: 2.3.1
>            Reporter: Bago Amirbekian
>            Priority: Major
>
> Looking at the implementation I think we don't actually need this check. The 
> current implementation indexes the sparse vectors used and returned by the 
> method are index by the _position_ of the vertexId in `sources` not by the 
> vertex ID itself. We should remove this check and add a test to confirm the 
> implementation works with large vertex IDs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to