[
https://issues.apache.org/jira/browse/GIRAPH-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14085544#comment-14085544
]
Hudson commented on GIRAPH-934:
-------------------------------
FAILURE: Integrated in Giraph-trunk-Commit #1475 (See
[https://builds.apache.org/job/Giraph-trunk-Commit/1475/])
Fix GIRAPH-934 (majakabiljo:
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=d455270e2a8d5ec34d63d20ccb0f99d3629efa5e)
*
giraph-core/src/main/java/org/apache/giraph/master/MasterAggregatorHandler.java
> Allow having state in aggregators
> ---------------------------------
>
> Key: GIRAPH-934
> URL: https://issues.apache.org/jira/browse/GIRAPH-934
> Project: Giraph
> Issue Type: Improvement
> Components: graph
> Reporter: Igor Kabiljo
>
> Currently aggregators are specified via Class<Aggregator>, and so are created
> with empty constructor, which makes it extremely hard to have:
> ArrayAggregator(int n, Aggregator<A> elementAggregator)
> but each specific instance needs to be defined as a class.
> Goal is to allow that
--
This message was sent by Atlassian JIRA
(v6.2#6252)