aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark
Commit message (Expand)AuthorAgeFilesLines
...
| * | Clean up setup code in PySpark checkpointing testsJosh Rosen2013-01-202-16/+6
| * | Update checkpointing API docs in Python/Java.Josh Rosen2013-01-202-16/+12
| * | Add checkpointFile() and more tests to PySpark.Josh Rosen2013-01-203-2/+37
| * | Add RDD checkpointing to Python API.Josh Rosen2013-01-203-0/+89
* | | Fix PythonPartitioner equality; see SPARK-654.Josh Rosen2013-01-201-6/+11
|/ /
* / Add __repr__ to Accumulator; fix bug in sc.accumulatorJosh Rosen2013-01-201-1/+10
|/
* Add a class comment to AccumulatorMatei Zaharia2013-01-201-0/+12
* Added accumulators to PySparkMatei Zaharia2013-01-207-5/+223
* Change PYSPARK_PYTHON_EXEC to PYSPARK_PYTHON.Josh Rosen2013-01-101-1/+1
* Add mapPartitionsWithSplit() to PySpark.Josh Rosen2013-01-082-12/+25
* Change PySpark RDD.take() to not call iterator().Josh Rosen2013-01-032-6/+6
* Add `pyspark` script to replace the other scripts.Josh Rosen2013-01-011-26/+10
* Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-0110-0/+2194