spark-instrumented-optimizer/python/pyspark
Matthew Farrellee 3c104c79d2 [SPARK-1394] Remove SIGCHLD handler in worker subprocess
It should not be the responsibility of the worker subprocess, which
does not intentionally fork, to try and cleanup child processes. Doing
so is complex and interferes with operations such as
platform.system().

If it is desirable to have tighter control over subprocesses, then
namespaces should be used and it should be the manager's resposibility
to handle cleanup.

Author: Matthew Farrellee <matt@redhat.com>

Closes #1247 from mattf/SPARK-1394 and squashes the following commits:

c36f308 [Matthew Farrellee] [SPARK-1394] Remove SIGCHLD handler in worker subprocess
2014-06-28 18:39:27 -07:00
..
mllib [SPARK-2091][MLLIB] use numpy.dot instead of ndarray.dot 2014-06-11 00:22:40 -07:00
__init__.py SPARK-1004. PySpark on YARN 2014-04-29 23:24:34 -07:00
accumulators.py Add custom serializer support to PySpark. 2013-11-10 16:45:38 -08:00
broadcast.py Fix some Python docs and make sure to unset SPARK_TESTING in Python 2013-12-29 20:15:07 -05:00
cloudpickle.py SPARK-1917: fix PySpark import of scipy.special functions 2014-05-31 14:59:09 -07:00
conf.py [FIX] do not load defaults when testing SparkConf in pyspark 2014-05-14 14:57:17 -07:00
context.py [SPARK-2061] Made splits deprecated in JavaRDDLike 2014-06-20 18:57:24 -07:00
daemon.py [SPARK-1394] Remove SIGCHLD handler in worker subprocess 2014-06-28 18:39:27 -07:00
files.py Initial work to rename package to org.apache.spark 2013-09-01 14:13:13 -07:00
java_gateway.py [SPARK-2242] HOTFIX: pyspark shell hangs on simple job 2014-06-25 10:47:22 -07:00
join.py SPARK-1868: Users should be allowed to cogroup at least 4 RDDs 2014-06-20 11:03:03 -07:00
rdd.py [SPARK-2061] Made splits deprecated in JavaRDDLike 2014-06-20 18:57:24 -07:00
rddsampler.py SPARK-1438 RDD.sample() make seed param optional 2014-04-24 17:27:16 -07:00
resultiterable.py Spark 1271: Co-Group and Group-By should pass Iterable[X] 2014-04-08 18:15:59 -07:00
serializers.py SPARK-1421. Make MLlib work on Python 2.6 2014-04-05 20:52:05 -07:00
shell.py [SPARK-1808] Route bin/pyspark through Spark submit 2014-05-16 22:34:38 -07:00
sql.py [SPARK-2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQL 2014-06-17 19:14:59 -07:00
statcounter.py Spark 1246 add min max to stat counter 2014-03-18 00:45:47 -07:00
storagelevel.py [SPARK-2130] End-user friendly String repr for StorageLevel in Python 2014-06-16 23:31:31 -07:00
tests.py SPARK-554. Add aggregateByKey. 2014-06-12 08:14:25 -07:00
worker.py Add Python includes to path before depickling broadcast values 2014-05-10 13:02:13 -07:00