[
https://issues.apache.org/jira/browse/BEAM-10844?focusedWorklogId=487209&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-487209
]
ASF GitHub Bot logged work on BEAM-10844:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Sep/20 19:06
Start Date: 21/Sep/20 19:06
Worklog Time Spent: 10m
Work Description: robertwb commented on a change in pull request #12727:
URL: https://github.com/apache/beam/pull/12727#discussion_r492283727
##########
File path: sdks/python/apache_beam/runners/portability/stager.py
##########
@@ -119,6 +119,7 @@ def create_job_resources(options, # type: PipelineOptions
temp_dir, # type: str
build_setup_args=None, # type: Optional[List[str]]
populate_requirements_cache=None, # type:
Optional[str]
+ skip_boot_dependencies=False, # type: Optional[bool]
Review comment:
It seems the pickled main session should get staged like everything
else. The java jars belong to the java environment, and should get staged in
the java container image, not here. (But again, maybe this is a Dataflow issue,
and will be taken care of when that is cleaned up.)
----------------------------------------------------------------
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: 487209)
Time Spent: 8h 40m (was: 8.5h)
> Add a way to prebuild python sdk container with dependencies
> ------------------------------------------------------------
>
> Key: BEAM-10844
> URL: https://issues.apache.org/jira/browse/BEAM-10844
> Project: Beam
> Issue Type: New Feature
> Components: runner-dataflow
> Reporter: Yichi Zhang
> Assignee: Yichi Zhang
> Priority: P2
> Time Spent: 8h 40m
> Remaining Estimate: 0h
>
> We should add a way to prebuild python sdk container on top of latest public
> sdk image, and have all the dependencies installed, so that the setup steps
> won't need to be executed again every time a new worker vm is launched, on
> dataflow.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)