aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosh Rosen <rosenville@gmail.com>2013-01-20 11:00:36 -0800
committerJosh Rosen <rosenville@gmail.com>2013-01-20 11:00:36 -0800
commit9f54d7e1f5a5e6f80b3d710de67f800bef943d33 (patch)
treeafddd75af4070c9b223688a2f1088b359d7e66f0 /docs
parent2a8c2a67909c4878ea24ec94f203287e55dd3782 (diff)
parentee5a07955c222dce16d0ffb9bde7f61033763c16 (diff)
downloadspark-9f54d7e1f5a5e6f80b3d710de67f800bef943d33.tar.gz
spark-9f54d7e1f5a5e6f80b3d710de67f800bef943d33.tar.bz2
spark-9f54d7e1f5a5e6f80b3d710de67f800bef943d33.zip
Merge pull request #387 from mateiz/python-accumulators
Add accumulators to PySpark
Diffstat (limited to 'docs')
-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 78ef310a00..a840b9b34b 100644
--- a/docs/python-programming-guide.md
+++ b/docs/python-programming-guide.md
@@ -16,7 +16,6 @@ There are a few key differences between the Python and Scala APIs:
* Python is dynamically typed, so RDDs can hold objects of different types.
* PySpark does not currently support the following Spark features:
- - Accumulators
- Special functions on RDDs of doubles, such as `mean` and `stdev`
- `lookup`
- `persist` at storage levels other than `MEMORY_ONLY`