aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not launch JavaGateways on workers (SPARK-674).Josh Rosen2013-02-011-1/+1
| | | | | | | | | | | The problem was that the gateway was being initialized whenever the pyspark.context module was loaded. The fix uses lazy initialization that occurs only when SparkContext instances are actually constructed. I also made the gateway and jvm variables private. This change results in ~3-4x performance improvement when running the PySpark unit tests.
* 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 minor documentation formatting issues.
* 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