You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2013/02/07 05:21:39 UTC

[jira] [Commented] (GIRAPH-509) Factor out AggregatorUsage

    [ https://issues.apache.org/jira/browse/GIRAPH-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13573176#comment-13573176 ] 

Nitay Joffe commented on GIRAPH-509:
------------------------------------

+1.

Just curious, we have:
<A extends Writable> A getAggregatedValue(String name);

When it could just return Writable?


I take it to mean we prefer doing:
foo.<LongWritable>getAggregatedValue("a")

over:
(LongWritable)getAggregatedValue("a")

Why?
                
> Factor out AggregatorUsage
> --------------------------
>
>                 Key: GIRAPH-509
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-509
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>            Priority: Trivial
>         Attachments: GIRAPH-509.patch
>
>
> (Posting issue and the patch from a colleague)
> Make common AggregatorUsage interface for both WorkerAggregatorUsage and MasterAggregatorUsage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira