[
https://issues.apache.org/jira/browse/BEAM-4523?focusedWorklogId=110189&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-110189
]
ASF GitHub Bot logged work on BEAM-4523:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Jun/18 17:54
Start Date: 08/Jun/18 17:54
Worklog Time Spent: 10m
Work Description: bsidhom opened a new pull request #5588: [BEAM-4523]
Implement batch flink executable stage context
URL: https://github.com/apache/beam/pull/5588
This context wires artifact sources into a Docker job bundle factory and
caches instances for callers. The caching is necessary for job bundle factory
reuse for different operators in the same job.
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
----------------------------------------------------------------
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: 110189)
Time Spent: 10m
Remaining Estimate: 0h
> Implement Flink batch ExecutableStage context
> ---------------------------------------------
>
> Key: BEAM-4523
> URL: https://issues.apache.org/jira/browse/BEAM-4523
> Project: Beam
> Issue Type: Bug
> Components: runner-flink
> Reporter: Ben Sidhom
> Assignee: Ben Sidhom
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The the ExecutableStage context is a wrapper for the job and stage bundle
> factories and pooled artifact sources. It should take care of caching the
> overall job bundle factory since we do not have access to job lifecycle hooks
> in Flink but would like to reuse services and resources across operators
> within a given job.
> FlinkExecutableStageContext already exists as a skeleton, but it needs to be
> fleshed out.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)