You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Vasia Kalavri (JIRA)" <ji...@apache.org> on 2015/02/11 16:07:11 UTC

[jira] [Updated] (FLINK-1515) [Gelly] Enable access to aggregators and broadcast sets in vertex-centric iteration

     [ https://issues.apache.org/jira/browse/FLINK-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vasia Kalavri updated FLINK-1515:
---------------------------------
    Component/s: Gelly

> [Gelly] Enable access to aggregators and broadcast sets in vertex-centric iteration
> -----------------------------------------------------------------------------------
>
>                 Key: FLINK-1515
>                 URL: https://issues.apache.org/jira/browse/FLINK-1515
>             Project: Flink
>          Issue Type: Improvement
>          Components: Gelly
>            Reporter: Vasia Kalavri
>
> Currently, aggregators and broadcast sets cannot be accessed through Gelly's  {{runVertexCentricIteration}} method. The functionality is already present in the {{VertexCentricIteration}} and we just need to expose it.
> This could be done like this: We create a method {{createVertexCentricIteration}}, which will return a {{VertexCentricIteration}} object and we change {{runVertexCentricIteration}} to accept this as a parameter (and return the graph after running this iteration).
> The user can configure the {{VertexCentricIteration}} by directly calling the public methods {{registerAggregator}}, {{setName}}, etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)