aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Do not launch JavaGateways on workers (SPARK-674).Josh Rosen2013-02-011-1/+1
* Fix stdout redirection in PySpark.Josh Rosen2013-02-011-0/+9
* Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-1/+1
* Allow PySpark's SparkFiles to be used from driverJosh Rosen2013-01-231-0/+23
* Fix sys.path bug in PySpark SparkContext.addPyFileJosh Rosen2013-01-221-5/+33
* Clean up setup code in PySpark checkpointing testsJosh Rosen2013-01-201-14/+5
* Add checkpointFile() and more tests to PySpark.Josh Rosen2013-01-201-0/+24
* Add RDD checkpointing to Python API.Josh Rosen2013-01-201-0/+46