[
https://issues.apache.org/jira/browse/BEAM-10610?focusedWorklogId=464686&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-464686
]
ASF GitHub Bot logged work on BEAM-10610:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jul/20 18:15
Start Date: 30/Jul/20 18:15
Worklog Time Spent: 10m
Work Description: lostluck commented on pull request #12425:
URL: https://github.com/apache/beam/pull/12425#issuecomment-666575819
R: @youngoli
cc: @robertwb @damondouglas @codeBehindMe
The others are cc'd as this has value for setting up Python Portable Runner
usage, for local testing of changes against a correct runner.
Set up usage of Beam Python per
https://cwiki.apache.org/confluence/display/BEAM/Python+Tips, and in a
virtualenv navigate to your repo's `beam/sdks/python`. You state the portable
runner with `python -m apache_beam.runners.portability.local_job_service_main
--port=8099` which allows connections from the Go pipeline at
`--endpoint=localhost:8099`
----------------------------------------------------------------
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: 464686)
Time Spent: 20m (was: 10m)
> [Go SDK] Loopback mode support
> -------------------------------
>
> Key: BEAM-10610
> URL: https://issues.apache.org/jira/browse/BEAM-10610
> Project: Beam
> Issue Type: New Feature
> Components: sdk-go
> Reporter: Robert Burke
> Assignee: Robert Burke
> Priority: P2
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Support running Go SDK pipelines against a runner in an in process loopback
> mode, where the SDK worker processes are run in the original main program.
> This involves spinning up a BeamFnExternalWorkerPoolServer
> First pass should be basic in process, but can optionally be augmented with
> appropriate provisioning and artifact retrieval support, and authentication
> support.
> Â
--
This message was sent by Atlassian Jira
(v8.3.4#803005)