spark-instrumented-optimizer/extras
Bryan Cutler 31921e0f0b [SPARK-4557][STREAMING] Spark Streaming foreachRDD Java API method should accept a VoidFunction<...>
Currently streaming foreachRDD Java API uses a function prototype requiring a return value of null.  This PR deprecates the old method and uses VoidFunction to allow for more concise declaration.  Also added VoidFunction2 to Java API in order to use in Streaming methods.  Unit test is added for using foreachRDD with VoidFunction, and changes have been tested with Java 7 and Java 8 using lambdas.

Author: Bryan Cutler <bjcutler@us.ibm.com>

Closes #9488 from BryanCutler/foreachRDD-VoidFunction-SPARK-4557.
2015-11-18 12:09:54 -08:00
..
java8-tests [SPARK-4557][STREAMING] Spark Streaming foreachRDD Java API method should accept a VoidFunction<...> 2015-11-18 12:09:54 -08:00
kinesis-asl [SPARK-11198][STREAMING][KINESIS] Support de-aggregation of records during recovery 2015-11-09 17:18:49 -08:00
kinesis-asl-assembly Update version to 1.6.0-SNAPSHOT. 2015-09-15 00:54:20 -07:00
spark-ganglia-lgpl Update version to 1.6.0-SNAPSHOT. 2015-09-15 00:54:20 -07: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.