[
https://issues.apache.org/jira/browse/BEAM-9577?focusedWorklogId=418049&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-418049
]
ASF GitHub Bot logged work on BEAM-9577:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Apr/20 22:42
Start Date: 07/Apr/20 22:42
Worklog Time Spent: 10m
Work Description: robertwb commented on pull request #11312: [BEAM-9577]
Plumb resources through Python job service and runner.
URL: https://github.com/apache/beam/pull/11312#discussion_r405155788
##########
File path: sdks/python/apache_beam/runners/portability/local_job_service.py
##########
@@ -259,6 +273,7 @@ def run(self):
def _run_job(self):
self.set_state(beam_job_api_pb2.JobState.RUNNING)
with JobLogHandler(self._log_queues):
+ self._update_dependencies()
Review comment:
Yes, in fact the interactive team is looking at improving things here. This
particular line is just updating a proto field.
----------------------------------------------------------------
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: 418049)
Time Spent: 13h (was: 12h 50m)
> Update artifact staging and retrieval protocols to be dependency aware.
> -----------------------------------------------------------------------
>
> Key: BEAM-9577
> URL: https://issues.apache.org/jira/browse/BEAM-9577
> Project: Beam
> Issue Type: Improvement
> Components: beam-model
> Reporter: Robert Bradshaw
> Assignee: Robert Bradshaw
> Priority: Major
> Time Spent: 13h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)