You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/03/01 00:09:00 UTC

[jira] [Work logged] (BEAM-6725) Move runner-agnostic code out of FlinkJobInvocation

     [ https://issues.apache.org/jira/browse/BEAM-6725?focusedWorklogId=206152&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-206152 ]

ASF GitHub Bot logged work on BEAM-6725:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Mar/19 00:08
            Start Date: 01/Mar/19 00:08
    Worklog Time Spent: 10m 
      Work Description: ibzib commented on issue #7941: [BEAM-6725] share some Flink job invocation code with Samza runner
URL: https://github.com/apache/beam/pull/7941#issuecomment-468490305
 
 
   Run Java PreCommit
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 206152)
    Time Spent: 4h 10m  (was: 4h)

> Move runner-agnostic code out of FlinkJobInvocation
> ---------------------------------------------------
>
>                 Key: BEAM-6725
>                 URL: https://issues.apache.org/jira/browse/BEAM-6725
>             Project: Beam
>          Issue Type: Task
>          Components: runner-flink, runner-samza, runner-spark
>            Reporter: Kyle Weaver
>            Assignee: Kyle Weaver
>            Priority: Major
>              Labels: portability
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> Like BEAM-6714, FlinkJobInvocation contains some code (for asynchronously running jobs) that isn't really Flink specific and therefore could/should be reused by other portable runners. I'm thinking instead of an interface, JobInvocation should be made an abstract class that implements the methods that it currently abstracts, with an abstract method `runPipeline` for the runner-specific details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)