aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/rdd.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Python saveAsTextFile doctest to not expect order to be preservedJey Kottalam2013-04-021-1/+1
* Change numSplits to numPartitions in PySpark.Josh Rosen2013-02-241-28/+28
* Add commutative requirement for 'reduce' to Python docstring.Mark Hamstra2013-02-091-2/+2
* Fetch fewer objects in PySpark's take() method.Josh Rosen2013-02-031-0/+4
* Fix reporting of PySpark doctest failures.Josh Rosen2013-02-031-1/+3
* Use spark.local.dir for PySpark temp files (SPARK-580).Josh Rosen2013-02-011-6/+1
* Do not launch JavaGateways on workers (SPARK-674).Josh Rosen2013-02-011-6/+6
* Merge pull request #389 from JoshRosen/python_rdd_checkpointingMatei Zaharia2013-01-201-1/+34
|\
| * Clean up setup code in PySpark checkpointing testsJosh Rosen2013-01-201-2/+1
| * Update checkpointing API docs in Python/Java.Josh Rosen2013-01-201-12/+5
| * Add checkpointFile() and more tests to PySpark.Josh Rosen2013-01-201-1/+8
| * Add RDD checkpointing to Python API.Josh Rosen2013-01-201-0/+34
* | Fix PythonPartitioner equality; see SPARK-654.Josh Rosen2013-01-201-6/+11
|/
* Added accumulators to PySparkMatei Zaharia2013-01-201-1/+1
* Add mapPartitionsWithSplit() to PySpark.Josh Rosen2013-01-081-11/+22
* Change PySpark RDD.take() to not call iterator().Josh Rosen2013-01-031-6/+5
* Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-011-0/+713