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

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

                Author: ASF GitHub Bot
            Created on: 28/Jun/18 16:27
            Start Date: 28/Jun/18 16:27
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on issue #3295: [BEAM-593] 
Refactor Flink execution as preparation for async job control
URL: https://github.com/apache/beam/pull/3295#issuecomment-401094207
 
 
   We have turned on autoformatting of the codebase, which causes small 
conflicts across the board. You can probably safely rebase and just keep your 
changes. Like this:
   
   ```
   $ git rebase
   ... see some conflicts
   $ git diff
   ... confirmed that the conflicts are just autoformatting
   ... so we can just keep our changes are do our own autoformat
   $ git checkout --theirs --
   $ git add -u
   $ git rebase --continue
   $ ./gradlew spotlessJavaApply
   ```
   
   Please ping me if you run into any difficulty. 

----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 116887)
    Time Spent: 0.5h  (was: 20m)

> Support unblocking run() in FlinkRunner and cancel() and waitUntilFinish() in 
> FlinkRunnerResult
> -----------------------------------------------------------------------------------------------
>
>                 Key: BEAM-593
>                 URL: https://issues.apache.org/jira/browse/BEAM-593
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-flink
>            Reporter: Pei He
>            Assignee: Aljoscha Krettek
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> We introduced both functions to PipelineResult.
> Currently, both of them throw UnsupportedOperationException in Flink runner.



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

Reply via email to