[
https://issues.apache.org/jira/browse/HAMA-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270928#comment-13270928
]
Hudson commented on HAMA-556:
-----------------------------
Integrated in Hama-Nightly #541 (See
[https://builds.apache.org/job/Hama-Nightly/541/])
[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 (Revision
1335670)
Result = SUCCESS
tjungblut :
Files :
* /incubator/hama/trunk/CHANGES.txt
* /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/BSPPeerImpl.java
*
/incubator/hama/trunk/core/src/test/java/org/apache/hama/bsp/TestCheckpoint.java
*
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/ExampleDriver.java
*
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/MindistSearch.java
*
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/PageRank.java
*
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/PiEstimator.java
*
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/RandBench.java
*
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/SSSP.java
*
/incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/CombineExampleTest.java
*
/incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/MindistSearchTest.java
*
/incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/PageRankTest.java
*
/incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/PiEstimatorTest.java
*
/incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/RandBenchTest.java
*
/incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/util/PagerankTextToSeqTest.java
*
/incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/util/SSSPTextToSeqTest.java
*
/incubator/hama/trunk/graph/src/main/java/org/apache/hama/graph/AbsDiffAggregator.java
*
/incubator/hama/trunk/graph/src/main/java/org/apache/hama/graph/AbstractAggregator.java
*
/incubator/hama/trunk/graph/src/main/java/org/apache/hama/graph/Aggregator.java
*
/incubator/hama/trunk/graph/src/main/java/org/apache/hama/graph/AverageAggregator.java
* /incubator/hama/trunk/graph/src/main/java/org/apache/hama/graph/GraphJob.java
*
/incubator/hama/trunk/graph/src/main/java/org/apache/hama/graph/GraphJobRunner.java
*
/incubator/hama/trunk/graph/src/main/java/org/apache/hama/graph/MaxAggregator.java
*
/incubator/hama/trunk/graph/src/main/java/org/apache/hama/graph/MinAggregator.java
* /incubator/hama/trunk/graph/src/main/java/org/apache/hama/graph/Vertex.java
*
/incubator/hama/trunk/graph/src/main/java/org/apache/hama/graph/VertexInterface.java
*
/incubator/hama/trunk/graph/src/main/java/org/apache/hama/graph/VertexWritable.java
> Graph package to support stopping the interations when the node changes are
> within the tolerance value as in the case of page rank
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: HAMA-556
> URL: https://issues.apache.org/jira/browse/HAMA-556
> Project: Hama
> Issue Type: New Feature
> Components: bsp core
> Affects Versions: 0.4.0
> Reporter: praveen sripati
> Assignee: Thomas Jungblut
> Priority: Minor
> Fix For: 0.5.0
>
> Attachments: HAMA-556.patch, HAMA-556_1.patch
>
>
> 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) {
> ......
> ......
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira