aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed Python API for sc.setCheckpointDir. Also other fixes based on Reynold's...Tathagata Das2013-12-241-2/+2
* Fix UnicodeEncodeError in PySpark saveAsTextFile().Josh Rosen2013-11-281-0/+15
* Add custom serializer support to PySpark.Josh Rosen2013-11-101-1/+2
* Implementing SPARK-878 for PySpark: adding zip and egg files to context and p...Andre Schumacher2013-08-161-0/+11
* Fix PySpark unit tests on Python 2.6.Josh Rosen2013-08-141-5/+8
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Add tests and fixes for Python daemon shutdownJey Kottalam2013-06-211-0/+43
* 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