You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2020/05/15 23:34:00 UTC

[jira] [Resolved] (BEAM-9422) Missing comma in worker_pool_main causing syntax error whenever worker is started

     [ https://issues.apache.org/jira/browse/BEAM-9422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles resolved BEAM-9422.
-----------------------------------
    Fix Version/s: Not applicable
         Assignee: Kyle Weaver
       Resolution: Fixed

> 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
>            Assignee: Kyle Weaver
>            Priority: Critical
>              Labels: newbie
>             Fix For: Not applicable
>
>   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)