You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2012/12/10 08:07:20 UTC

[jira] [Commented] (HAMA-659) the globalError computation is wrong

    [ https://issues.apache.org/jira/browse/HAMA-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13527744#comment-13527744 ] 

Hudson commented on HAMA-659:
-----------------------------

Integrated in Hama trunk #72 (See [https://builds.apache.org/job/Hama%20trunk/72/])
    HAMA-659: Add random symmetric sparse matrix generator (Revision 1419214)

     Result = SUCCESS
edwardyoon : 
Files : 
* /hama/trunk/CHANGES.txt
* /hama/trunk/core/src/main/java/org/apache/hama/bsp/TextArrayWritable.java
* /hama/trunk/examples/src/main/java/org/apache/hama/examples/ExampleDriver.java
* /hama/trunk/examples/src/main/java/org/apache/hama/examples/util/Generator.java
* /hama/trunk/examples/src/main/java/org/apache/hama/examples/util/SymmetricMatrixGen.java
* /hama/trunk/examples/src/test/java/org/apache/hama/examples/SymmetricMatrixGenTest.java

                
> the globalError computation is wrong
> ------------------------------------
>
>                 Key: HAMA-659
>                 URL: https://issues.apache.org/jira/browse/HAMA-659
>             Project: Hama
>          Issue Type: Bug
>          Components: graph
>    Affects Versions: 0.5.0
>         Environment: VMWare Workstation 8
> Debian 6
>            Reporter: sandy ding
>            Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In bsp() (GraphJobRunner.java), after each vertex is computed,the aggregate function is called twice:
> first aggregate(vertex, vertex.getValue()) is called,
> then aggregate(vertex, lastValue, vertex.getValue()) is also called.
> But actually only the latter one should be called.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira