[
https://issues.apache.org/jira/browse/GIRAPH-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14083358#comment-14083358
]
Hudson commented on GIRAPH-934:
-------------------------------
ABORTED: Integrated in Giraph-trunk-Commit #1473 (See
[https://builds.apache.org/job/Giraph-trunk-Commit/1473/])
Fix GIRAPH-934 (majakabiljo:
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=24309fea666a7c82b79e17395523ad1b8ee87528)
*
giraph-examples/src/test/java/org/apache/giraph/aggregators/TestAggregatorsHandling.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)