Skip to content
Snippets Groups Projects
Commit ee5a0795 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Fix Python guide to say accumulators are available

parent a23ed25f
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment