-
- Downloads
[SPARK-6416] [DOCS] RDD.fold() requires the operator to be commutative
Document current limitation of rdd.fold. This does not resolve SPARK-6416 but just documents the issue. CC JoshRosen Author: Sean Owen <sowen@cloudera.com> Closes #6231 from srowen/SPARK-6416 and squashes the following commits: 9fef39f [Sean Owen] Add comment to other languages; reword to highlight the difference from non-distributed collections and to not suggest it is a bug that is to be fixed da40d84 [Sean Owen] Document current limitation of rdd.fold.
Showing
- core/src/main/scala/org/apache/spark/api/java/JavaRDDLike.scala 10 additions, 3 deletions...rc/main/scala/org/apache/spark/api/java/JavaRDDLike.scala
- core/src/main/scala/org/apache/spark/rdd/RDD.scala 10 additions, 3 deletionscore/src/main/scala/org/apache/spark/rdd/RDD.scala
- python/pyspark/rdd.py 10 additions, 2 deletionspython/pyspark/rdd.py
Loading
Please register or sign in to comment