spark-instrumented-optimizer/extras
Sean Owen 649e9d0f5b [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is inconsistent with Scala's Iterator->Iterator
Fix Java function API methods for flatMap and mapPartitions to require producing only an Iterator, not Iterable. Also fix DStream.flatMap to require a function producing TraversableOnce only, not Traversable.

CC rxin pwendell for API change; tdas since it also touches streaming.

Author: Sean Owen <sowen@cloudera.com>

Closes #10413 from srowen/SPARK-3369.
2016-01-26 11:55:28 +00:00
..
java8-tests [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is inconsistent with Scala's Iterator->Iterator 2016-01-26 11:55:28 +00:00
kinesis-asl [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is inconsistent with Scala's Iterator->Iterator 2016-01-26 11:55:28 +00:00
kinesis-asl-assembly Bump master version to 2.0.0-SNAPSHOT. 2015-12-19 15:13:05 -08:00
spark-ganglia-lgpl Bump master version to 2.0.0-SNAPSHOT. 2015-12-19 15:13:05 -08:00
README.md [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda expressions for the Java/Scala APIs 2014-03-03 22:31:30 -08:00

This directory contains build components not included by default in Spark's build.