Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-25149

Personalized PageRank raises an error if vertexIDs are > MaxInt

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.1
    • 2.4.0
    • GraphX
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              bago.amirbekian Bago Amirbekian
              bago.amirbekian Bago Amirbekian
              Joseph K. Bradley Joseph K. Bradley
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: