python - Are 'local[n]' pyspark applications effected by the GIL? -


generally python doesn't work multi threading because of global interpreter lock.

does affect pyspark applications running in multi threaded local mode (local[n])?

parallelization in pyspark achieved daemon.py calling os.fork() create multiple worker processes, there won't gil issues.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -