spark-instrumented-optimizer/python/pyspark
Andre Schumacher 8fd5c7bc00 Implementing SPARK-865: Add the equivalent of ADD_JARS to PySpark
Now ADD_FILES uses a comma as file name separator.
2013-08-12 20:22:52 -07:00
..
__init__.py Don't download files to master's working directory. 2013-01-21 17:34:17 -08:00
accumulators.py Remove unnecessary doctest __main__ methods. 2013-02-03 21:29:40 -08:00
broadcast.py Remove unnecessary doctest __main__ methods. 2013-02-03 21:29:40 -08:00
cloudpickle.py Rename top-level 'pyspark' directory to 'python' 2013-01-01 15:05:00 -08:00
context.py Fix reporting of PySpark doctest failures. 2013-02-03 06:44:11 +00:00
files.py Do not launch JavaGateways on workers (SPARK-674). 2013-02-01 11:13:10 -08:00
java_gateway.py Rename top-level 'pyspark' directory to 'python' 2013-01-01 15:05:00 -08:00
join.py Rename top-level 'pyspark' directory to 'python' 2013-01-01 15:05:00 -08:00
rdd.py Fetch fewer objects in PySpark's take() method. 2013-02-03 06:44:49 +00:00
serializers.py Added accumulators to PySpark 2013-01-20 01:57:44 -08:00
shell.py Implementing SPARK-865: Add the equivalent of ADD_JARS to PySpark 2013-08-12 20:22:52 -07:00
tests.py Do not launch JavaGateways on workers (SPARK-674). 2013-02-01 11:13:10 -08:00
worker.py Fix stdout redirection in PySpark. 2013-02-01 00:25:19 -08:00