[
https://issues.apache.org/jira/browse/GIRAPH-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14086486#comment-14086486
]
Maja Kabiljo commented on GIRAPH-934:
-------------------------------------
You are not looking at the latest build (I committed Igor's fix for the build
failure) https://builds.apache.org/job/Giraph-trunk-Commit/1476/ - that one is
failing on rexster but is not related to this change.
> 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
> Assignee: Maja 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)