spark-instrumented-optimizer/python/pyspark
Josh Rosen 742c44eae6 Don't send SIGINT to Py4J gateway subprocess.
This addresses SPARK-885, a usability issue where PySpark's
Java gateway process would be killed if the user hit ctrl-c.

Note that SIGINT still won't cancel the running s

This fix is based on http://stackoverflow.com/questions/5045771
2013-08-28 16:39:44 -07:00
..
__init__.py Don't download files to master's working directory. 2013-01-21 17:34:17 -08:00
accumulators.py Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
broadcast.py Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
cloudpickle.py Rename top-level 'pyspark' directory to 'python' 2013-01-01 15:05:00 -08:00
context.py Implementing SPARK-878 for PySpark: adding zip and egg files to context and passing it down to workers which add these to their sys.path 2013-08-16 11:58:20 -07:00
daemon.py Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
files.py Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
java_gateway.py Don't send SIGINT to Py4J gateway subprocess. 2013-08-28 16:39:44 -07:00
join.py Change numSplits to numPartitions in PySpark. 2013-02-24 13:25:09 -08:00
rdd.py Implementing SPARK-838: Add DoubleRDDFunctions methods to PySpark 2013-08-21 17:05:58 -07:00
serializers.py Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
shell.py Merge pull request #813 from AndreSchumacher/add_files_pyspark 2013-08-12 21:02:39 -07:00
statcounter.py Implementing SPARK-838: Add DoubleRDDFunctions methods to PySpark 2013-08-21 17:05:58 -07:00
tests.py Implementing SPARK-878 for PySpark: adding zip and egg files to context and passing it down to workers which add these to their sys.path 2013-08-16 11:58:20 -07:00
worker.py Implementing SPARK-878 for PySpark: adding zip and egg files to context and passing it down to workers which add these to their sys.path 2013-08-16 11:58:20 -07:00