Abacn commented on issue #22039:
URL: https://github.com/apache/beam/issues/22039#issuecomment-1214586504

   Tested that `--direct_running_mode=multi_threading` now works for beam 
v2.14.0rc1, but `--direct_running_mode=multi_processing` still not working:
   ```
   Exception in thread run_worker:
   Traceback (most recent call last):
     File "C:\Python38\lib\threading.py", line 932, in _bootstrap_inner
       self.run()
     File "C:\Python38\lib\threading.py", line 870, in run
       self._target(*self._args, **self._kwargs)
     File 
"F:\Py\beampy38\lib\site-packages\apache_beam\runners\portability\local_job_service.py",
 line 220, in run
       p = subprocess.Popen(self._worker_command_line, shell=True, env=env_dict)
     File "C:\Python38\lib\subprocess.py", line 858, in __init__
       self._execute_child(args, executable, preexec_fn, close_fds,
     File "C:\Python38\lib\subprocess.py", line 1243, in _execute_child
       raise TypeError('bytes args is not allowed on Windows')
   TypeError: bytes args is not allowed on Windows
   ```
   Keep the issue open.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to