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

Hudson commented on HAMA-579:
-----------------------------

Integrated in Hama-Nightly #556 (See 
[https://builds.apache.org/job/Hama-Nightly/556/])
    [HAMA-579] Add multiple aggregators (Revision 1341895)

     Result = FAILURE
tjungblut : 
Files : 
* /incubator/hama/trunk/CHANGES.txt
* 
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/PageRank.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/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/test/java/org/apache/hama/graph/TestSubmitGraphJob.java
* 
/incubator/hama/trunk/graph/src/test/java/org/apache/hama/graph/example/PageRank.java

                
> Add multiple aggregators
> ------------------------
>
>                 Key: HAMA-579
>                 URL: https://issues.apache.org/jira/browse/HAMA-579
>             Project: Hama
>          Issue Type: Improvement
>          Components: graph
>    Affects Versions: 0.5.0
>            Reporter: Thomas Jungblut
>            Assignee: Thomas Jungblut
>             Fix For: 0.5.0
>
>         Attachments: HAMA-579_1.patch, HAMA-579_2.patch, HAMA-579_final.patch
>
>
> Very easy to implement, on client side we use varargs feature to set multiple 
> classes. On job side we extend the single aggregator to a list. During the 
> computation it will just loop over the list and execute the things it did.
> We have to assign the messaging of the values an index of the aggregator list.

--
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

        

Reply via email to