[ https://issues.apache.org/jira/browse/BEAM-6464?focusedWorklogId=189249&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-189249 ]
ASF GitHub Bot logged work on BEAM-6464: ---------------------------------------- Author: ASF GitHub Bot Created on: 24/Jan/19 01:14 Start Date: 24/Jan/19 01:14 Worklog Time Spent: 10m Work Description: charlesccychen commented on pull request #7563: [BEAM-6464] Enable docker environment for SDK workers. URL: https://github.com/apache/beam/pull/7563#discussion_r250433823 ########## File path: sdks/python/apache_beam/runners/portability/fn_api_runner.py ########## @@ -761,11 +776,47 @@ def data_api_service_descriptor(self): def state_api_service_descriptor(self): return None + def logging_api_service_descriptor(self): + return None + + +class BasicLoggingService(beam_fn_api_pb2_grpc.BeamFnLoggingServicer): Review comment: Can you list the new services added in the description of this PR? ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 189249) Time Spent: 0.5h (was: 20m) > PortableRunner should run dockerized SDK workers > ------------------------------------------------ > > Key: BEAM-6464 > URL: https://issues.apache.org/jira/browse/BEAM-6464 > Project: Beam > Issue Type: New Feature > Components: sdk-py-core > Reporter: Robert Bradshaw > Assignee: Ahmet Altay > Priority: Major > Time Spent: 0.5h > Remaining Estimate: 0h > > These can be controlled by the environment variable. -- This message was sent by Atlassian JIRA (v7.6.3#76005)