[
https://issues.apache.org/jira/browse/BEAM-8351?focusedWorklogId=323748&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-323748
]
ASF GitHub Bot logged work on BEAM-8351:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Oct/19 21:44
Start Date: 04/Oct/19 21:44
Worklog Time Spent: 10m
Work Description: chadrik commented on issue #9730: [BEAM-8351] Support
passing in arbitrary KV pairs to sdk worker via external environment config
URL: https://github.com/apache/beam/pull/9730#issuecomment-538569967
```
14:36:52 apache_beam/runners/portability/portable_runner_test.py:340:1: E302
expected 2 blank lines, found 1
```
to run the lint tests locally you do something like:
```
python -m virtualenv .venv
. .venv/bin/activate
pip install tox
cd sdks/python
tox -e py2y-lint
```
----------------------------------------------------------------
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: 323748)
Time Spent: 1h 50m (was: 1h 40m)
> Support passing in arbitrary KV pairs to sdk worker via external environment
> config
> -----------------------------------------------------------------------------------
>
> Key: BEAM-8351
> URL: https://issues.apache.org/jira/browse/BEAM-8351
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core, sdk-py-harness
> Reporter: Wanqi Lyu
> Assignee: Wanqi Lyu
> Priority: Minor
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> Originally, the environment config for environment type of EXTERNAL only
> support passing in an url for the external worker pool; We want to support
> passing in arbitrary KV pairs to sdk worker via external environment config,
> so that the when starting the sdk harness we could get the values from
> `StartWorkerRequest.params`.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)