aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Change PYSPARK_PYTHON_EXEC to PYSPARK_PYTHON.Josh Rosen2013-01-101-1/+1
* Use take() instead of takeSample() in PySpark kmeans example.Josh Rosen2013-01-091-1/+3
* Indicate success/failure in PySpark test script.Josh Rosen2013-01-091-0/+17
* 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-012-26/+19
* Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-0121-0/+2442
* Fix Python 2.6 compatibility in Python API.Josh Rosen2012-09-171-22/+0
* Add Python API.Josh Rosen2012-08-181-0/+22