pabloem commented on a change in pull request #11312: [BEAM-9577] Plumb 
resources through Python job service and runner.
URL: https://github.com/apache/beam/pull/11312#discussion_r404265424
 
 

 ##########
 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:
   It may be good to log what's going on during job execution? We do something 
like it in Dataflow, right?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to