aboutsummaryrefslogtreecommitdiff
path: root/extras/java8-tests/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13595][BUILD] Move docker, extras modules into externalSean Owen2016-03-094-1353/+0
* [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is incons...Sean Owen2016-01-261-1/+1
* [SPARK-4819] Remove Guava's "Optional" from public APISean Owen2016-01-082-2/+1
* [SPARK-12376][TESTS] Spark Streaming Java8APISuite fails in assertOrderInvari...Evan Chen2015-12-171-3/+8
* [SPARK-12244][SPARK-12245][STREAMING] Rename trackStateByKey to mapWithState ...Tathagata Das2015-12-091-10/+8
* [SPARK-4557][STREAMING] Spark Streaming foreachRDD Java API method should acc...Bryan Cutler2015-11-181-0/+26
* [SPARK-11663][STREAMING] Add Java API for trackStateByKeyShixiong Zhu2015-11-121-0/+43
* [SPARK-6152] Use shaded ASM5 to support closure cleaning of Java 8 compiled c...Josh Rosen2015-11-111-0/+27
* [SPARK-10547] [TEST] Streamline / improve style of Java API testsSean Owen2015-09-121-21/+25
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-2/+2
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-1/+1
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* SPARK-1973. Add randomSplit to JavaRDD (with tests, and tidy Java tests)Sean Owen2014-06-042-244/+233
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-031-2/+0
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-0/+3
* SPARK-1695: java8-tests compiler error: package com.google.common.co...witgo2014-05-021-1/+1
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-081-5/+6
* [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda express...Prashant Sharma2014-03-033-0/+1260