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

ASF GitHub Bot commented on FLINK-1515:
---------------------------------------

Github user tillrohrmann commented on the pull request:

    https://github.com/apache/flink/pull/402#issuecomment-75279454
  
    I'm currently working on fixing this problem. You can ignore it for the
    moment.
    
    On Fri, Feb 20, 2015 at 11:58 AM, Vasia Kalavri <notificati...@github.com>
    wrote:
    
    > Hi,
    > if no more comments, I'd like to merge this.
    > There is a failing check in Travis (not related to this PR):
    >
    > Tests in error:
    >   
JobManagerFailsITCase.run:40->org$scalatest$BeforeAndAfterAll$$super$run:40->org$scalatest$WordSpecLike$$super$run:40->runTests:40->runTest:40->withFixture:40
 » Timeout
    >   
JobManagerFailsITCase.run:40->org$scalatest$BeforeAndAfterAll$$super$run:40->org$scalatest$WordSpecLike$$super$run:40->runTests:40->runTest:40->withFixture:40->TestKit.within:707->TestKit.within:707
 » Timeout
    >
    > Is this fixed by #422 <https://github.com/apache/flink/pull/422>? Shall I
    > proceed?
    > Thanks!
    >
    > —
    > Reply to this email directly or view it on GitHub
    > <https://github.com/apache/flink/pull/402#issuecomment-75220973>.
    >



> [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
>            Assignee: Martin Kiefer
>
> 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)

Reply via email to