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

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -