Uploaded image for project: 'Hama'
  1. Hama
  2. HAMA-556

Graph package to support stopping the interations when the node changes are within the tolerance value as in the case of page rank

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.4.0
    • 0.5.0
    • bsp core
    • None

    Description

      Currently in the graph package, the iteration continues till the nodes are no longer updated (absolutely) or the maximum number of iterations has reached. It doesn't support testing the node changes with some tolerance and then stop the iterations as in the case of page rank.

      The above scenario might be applicable besides page rank also.

      org.apache.hama.graph.GraphJobRunner#bsp()

      while (updated && iteration < maxIteration) {
      ......
      ......
      }

      Attachments

        1. HAMA-556.patch
          40 kB
          Thomas Jungblut
        2. HAMA-556_1.patch
          53 kB
          Thomas Jungblut

        Activity

          People

            thomas.jungblut Thomas Jungblut
            praveensripati praveen sripati
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: