[
https://issues.apache.org/jira/browse/BEAM-8019?focusedWorklogId=435700&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-435700
]
ASF GitHub Bot logged work on BEAM-8019:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/May/20 21:22
Start Date: 20/May/20 21:22
Worklog Time Spent: 10m
Work Description: ihji commented on a change in pull request #11757:
URL: https://github.com/apache/beam/pull/11757#discussion_r428314117
##########
File path: sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
##########
@@ -314,8 +314,15 @@ def __init__(
if container_image_url in already_added_containers:
# Do not add the pipeline environment again.
+ # Currently, Dataflow uses Docker container images to uniquely
+ # identify execution environments. Hence Dataflow executes all
+ # transforms that specify the same Docker container image in the
+ # same container. Dependencies of all environments that specify a
+ # given container image will be staged in the container for that
Review comment:
If you pick an alternative sentence above: `container instance` here too.
##########
File path: sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
##########
@@ -314,8 +314,15 @@ def __init__(
if container_image_url in already_added_containers:
# Do not add the pipeline environment again.
+ # Currently, Dataflow uses Docker container images to uniquely
+ # identify execution environments. Hence Dataflow executes all
+ # transforms that specify the same Docker container image in the
+ # same container. Dependencies of all environments that specify a
Review comment:
`the same Docker container image in the same container` sounds little
confusing to me. How about something like `the same Docker container image in
the single container instance`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 435700)
Time Spent: 21h 10m (was: 21h)
> Support cross-language transforms for DataflowRunner
> ----------------------------------------------------
>
> Key: BEAM-8019
> URL: https://issues.apache.org/jira/browse/BEAM-8019
> Project: Beam
> Issue Type: New Feature
> Components: sdk-py-core
> Reporter: Chamikara Madhusanka Jayalath
> Assignee: Chamikara Madhusanka Jayalath
> Priority: P1
> Time Spent: 21h 10m
> Remaining Estimate: 0h
>
> This is to capture the Beam changes needed for this task.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)