[
https://issues.apache.org/jira/browse/BEAM-9422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía updated BEAM-9422:
-------------------------------
Priority: Critical (was: Blocker)
> Missing comma in worker_pool_main causing syntax error whenever worker is
> started
> ---------------------------------------------------------------------------------
>
> Key: BEAM-9422
> URL: https://issues.apache.org/jira/browse/BEAM-9422
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-harness
> Reporter: Frederik B
> Priority: Critical
> Labels: newbie
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Missing comma in worker_pool_main causing syntax error when python worker is
> started, resulting in:
> "Starting worker with command ['python', '-c', 'from
> apache_beam.runners.worker.sdk_worker import SdkHarness;
> SdkHarness("localhost:33083",worker_id="1-1",state_cache_size=0data_buffer_time_limit_ms=-1).run()']
> File "<string>", line 1
> from apache_beam.runners.worker.sdk_worker import SdkHarness;
> SdkHarness("localhost:33083",worker_id="1-1",state_cache_size=0data_buffer_time_limit_ms=-1).run()
> ^
> SyntaxError: invalid syntax"
>
> Should be trivial to fix; add comma to line 116 in worker_pool_main.py.
>
> Note. I am not a Beam contributer, I am merely a user. I would appreciate if
> anyone could fix this. Thank you!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)