Igor Kabiljo created GIRAPH-934:
-----------------------------------
Summary: 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)