Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-1526

Add Minimum Spanning Tree library method and example

    XMLWordPrintableJSON

Details

    Description

      This issue proposes the addition of a library method and an example for distributed minimum spanning tree in Gelly.

      The DMST algorithm is very interesting because it is quite different from PageRank-like iterative graph algorithms. It consists of distinct phases inside the same iteration and requires a mechanism to detect convergence of one phase to proceed to the next one. Current implementations in vertex-centric models are quite long (>1000 lines) and hard to understand.
      You can find a description of the algorithm here and here .

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vkalavri Vasia Kalavri
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: