aboutsummaryrefslogtreecommitdiff
path: root/docs/python-programming-guide.md
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@eecs.berkeley.edu>2013-01-08 16:04:41 -0800
committerJosh Rosen <joshrosen@eecs.berkeley.edu>2013-01-08 16:05:02 -0800
commitb57dd0f16024a82dfc223e69528b9908b931f068 (patch)
tree8ad1222593da58eaeb7746aecaef2c41c5313f71 /docs/python-programming-guide.md
parent33beba39656fc64984db09a82fc69ca4edcc02d4 (diff)
downloadspark-b57dd0f16024a82dfc223e69528b9908b931f068.tar.gz
spark-b57dd0f16024a82dfc223e69528b9908b931f068.tar.bz2
spark-b57dd0f16024a82dfc223e69528b9908b931f068.zip
Add mapPartitionsWithSplit() to PySpark.
Diffstat (limited to 'docs/python-programming-guide.md')
-rw-r--r--docs/python-programming-guide.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/python-programming-guide.md b/docs/python-programming-guide.md
index d963551296..78ef310a00 100644
--- a/docs/python-programming-guide.md
+++ b/docs/python-programming-guide.md
@@ -19,7 +19,6 @@ There are a few key differences between the Python and Scala APIs:
- Accumulators
- Special functions on RDDs of doubles, such as `mean` and `stdev`
- `lookup`
- - `mapPartitionsWithSplit`
- `persist` at storage levels other than `MEMORY_ONLY`
- `sample`
- `sort`