tvalentyn commented on PR #16658:
URL: https://github.com/apache/beam/pull/16658#issuecomment-1249785100

   Ok, I think I understand the nature of the problem. The virtual environments 
created in this PR will live in the semi-persistent directory (passed to 
boot.go  via `semi_persist_dir` flag). On Dataflow workers, the 
semi_persist_dir is a volume mounted into the SDK container from the host VM. 
The corresponding directory on the host VM lives in the "noexec" partition. 
   This causes permission issues within docker containers when we are trying to 
launch executables from semi_persist_dir.
   
   I'll discuss this with Dataflow worker infrastructure maintainers. 
@phoerious there is no action necessary for you at this time.   


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