Kimahriman commented on pull request #35085: URL: https://github.com/apache/spark/pull/35085#issuecomment-1018738970
I tried adding a `setfacl -d -m g::rwx <path>` on the `blockmgr` directory via processbuilder after it's created and that finally got it working in my environment. Theoretically this should only be a problem on Linux systems (there's a yarn shuffle service and spark standalone shuffle service, yarn is probably running on linux and spark is always the same user? not sure if spark standalone has run as user support?). But it still seems a little gross. I can't think of any other way though other than trying to get `sh -c "umask 0007 && mkdir -p <path>"` working for the create dir with 770 call -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
