pquentin edited a comment on pull request #22480:
URL: https://github.com/apache/spark/pull/22480#issuecomment-638786759


   @HyukjinKwon This continues to be a problem for us, as we tend to forget to 
use the workaround in new projects.
   
   As noted in 
https://github.com/mozilla/mozanalysis/issues/40#issuecomment-495807665, I 
think the root cause is that [PySpark calls 
os.fork()](https://github.com/apache/spark/blob/3b14088/python/pyspark/daemon.py#L147)
 in a way that should simply be avoided on macOS: 
https://www.evanjones.ca/fork-is-dangerous.html


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to