Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-9422

Missing comma in worker_pool_main causing syntax error whenever worker is started

Details

    • Important

    Description

      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!

      Attachments

        Issue Links

          Activity

            People

              ibzib Kyle Weaver
              fmbahrt Frederik B
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 1h
                  1h
                  Remaining:
                  Remaining Estimate - 1h
                  1h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified