Thomas Jungblut created HAMA-579:
------------------------------------

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


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