aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/daemon.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-22/+14
* [SPARK-6294] fix hang when call take() in JVM on PythonRDDDavies Liu2015-03-121-1/+4
* [SPARK-4088] [PySpark] Python worker should exit after socket is closed by JVMDavies Liu2014-10-251-5/+7
* [SPARK-3993] [PySpark] fix bug while reuse worker after take()Davies Liu2014-10-231-1/+4
* [SPARK-3030] [PySpark] Reuse Python workerDavies Liu2014-09-131-19/+19
* [SPARK-3094] [PySpark] compatitable with PyPyDavies Liu2014-09-121-5/+1
* [SPARK-2898] [PySpark] fix bugs in deamon.pyDavies Liu2014-08-101-31/+47
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-3/+2
* [SPARK-1740] [PySpark] kill the python workerDavies Liu2014-08-031-6/+18
* [SPARK-2764] Simplify daemon.py process structureJosh Rosen2014-08-011-108/+71
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-6/+6
* [SPARK-1394] Remove SIGCHLD handler in worker subprocessMatthew Farrellee2014-06-281-0/+1
* SPARK-1579: Clean up PythonRDD and avoid swallowing IOExceptionsAaron Davidson2014-05-071-1/+13
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Fixed PySpark perf regression by not using socket.makefile(), and improvedroot2013-07-011-18/+24
* Fix reporting of PySpark exceptionsJey Kottalam2013-06-211-4/+18
* PySpark daemon: fix deadlock, improve error handlingJey Kottalam2013-06-211-17/+50
* Add tests and fixes for Python daemon shutdownJey Kottalam2013-06-211-22/+24
* Prefork Python worker processesJey Kottalam2013-06-211-0/+109