aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/daemon.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | debuggability by letting "print" statements show up in the executor's stderr Conflicts: core/src/main/scala/spark/api/python/PythonRDD.scala
* 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