spark-instrumented-optimizer/project
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
..
project [SPARK-6750] Upgrade ScalaStyle to 0.7. 2015-04-07 12:37:33 -07:00
build.properties [SPARK-5415] bump sbt to version to 0.13.7 2015-01-28 02:13:06 -08:00
MimaBuild.scala Update version to 1.6.0-SNAPSHOT. 2015-09-15 00:54:20 -07:00
MimaExcludes.scala [SPARK-4557][STREAMING] Spark Streaming foreachRDD Java API method should accept a VoidFunction<...> 2015-11-18 12:09:54 -08:00
plugins.sbt [SPARK-10556] Remove explicit Scala version for sbt project build files 2015-09-11 13:06:14 +01:00
SparkBuild.scala [BUILD][MINOR] Remove non-exist yarnStable module in Sbt project 2015-11-12 17:23:24 +01:00