aboutsummaryrefslogtreecommitdiff
path: root/streaming/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4608][Streaming] Reorganize StreamingContext implicit to improve API c...zsxwing2014-12-255-4/+35
* [SPARK-4826] Fix generation of temp file names in WAL testsJosh Rosen2014-12-152-17/+20
* HOTFIX: Disabling failing block manager testPatrick Wendell2014-12-151-5/+5
* [SPARK-4196][SPARK-4602][Streaming] Fix serialization issue in PairDStreamFun...Tathagata Das2014-11-251-2/+54
* [SPARK-4601][Streaming] Set correct call site for streaming jobs so that it i...Tathagata Das2014-11-251-1/+5
* [SPARK-4518][SPARK-4519][Streaming] Refactored file stream to prevent files f...Tathagata Das2014-11-242-50/+58
* [SPARK-4482][Streaming] Disable ReceivedBlockTracker's write ahead log by def...Tathagata Das2014-11-191-14/+36
* [SPARK-4180] [Core] Prevent creation of multiple active SparkContextsJosh Rosen2014-11-172-102/+136
* [SPARK-4062][Streaming]Add ReliableKafkaReceiver in Spark Streaming Kafka con...jerryshao2014-11-141-2/+6
* [SPARK-4370] [Core] Limit number of Netty cores based on executor sizeAaron Davidson2014-11-121-1/+1
* [SPARK-3660][STREAMING] Initial RDD for updateStateByKey transformationSoumitra Kumar2014-11-121-0/+74
* [SPARK-4301] StreamingContext should not allow start() to be called after cal...Josh Rosen2014-11-081-6/+19
* [SPARK-4242] [Core] Add SASL to external shuffle serviceAaron Davidson2014-11-051-1/+1
* [SPARK-4029][Streaming] Update streaming driver to reliably save and recover ...Tathagata Das2014-11-053-11/+254
* [SPARK-2938] Support SASL authentication in NettyBlockTransferServiceAaron Davidson2014-11-041-0/+1
* [SPARK-4183] Close transport-related resources between SparkContextsAaron Davidson2014-11-021-0/+4
* [SPARK-4027][Streaming] WriteAheadLogBackedBlockRDD to read received either f...Tathagata Das2014-10-301-0/+151
* [SPARK-4028][Streaming] ReceivedBlockHandler interface to abstract the functi...Tathagata Das2014-10-302-13/+279
* [SPARK-4053][Streaming] Made the ReceiverSuite test more reliable, by fixing ...Tathagata Das2014-10-291-14/+30
* [SPARK-4080] Only throw IOException from [write|read][Object|External]Josh Rosen2014-10-241-2/+2
* [SPARK-4026][Streaming] Write ahead log managementHari Shreedharan2014-10-241-0/+357
* [SPARK-2805] Upgrade Akka to 2.3.4Anand Avati2014-10-101-71/+0
* SPARK-3811 [CORE] More robust / standard Utils.deleteRecursively, Utils.creat...Sean Owen2014-10-094-9/+5
* Revert "[SPARK-2805] Upgrade to akka 2.3.4"Patrick Wendell2014-10-091-0/+71
* [SPARK-2805] Upgrade to akka 2.3.4Anand Avati2014-10-081-71/+0
* [SPARK-3377] [SPARK-3610] Metrics can be accidentally aggregated / History se...Kousuke Saruta2014-10-031-4/+10
* Minor cleanup to tighten visibility and remove compilation warning.Reynold Xin2014-09-271-23/+24
* SPARK-2932 [STREAMING] Move MasterFailureTest out of "main" source directorySean Owen2014-09-252-1/+401
* [SPARK-546] Add full outer join to RDD and DStream.Aaron Staple2014-09-241-0/+15
* [SPARK-1853] Show Streaming application code context (file, line number) in S...Mubarak Seyed2014-09-231-2/+43
* SPARK-2745 [STREAMING] Add Java friendly methods to Duration classSean Owen2014-09-232-0/+221
* SPARK-2482: Resolve sbt warnings during buildwitgo2014-09-114-5/+0
* [Spark-3490] Disable SparkUI for testsAndrew Or2014-09-111-4/+12
* [SPARK-3285] [examples] Using values.sum is easier to understand than using v...Yadong Qi2014-08-282-3/+3
* [HOTFIX][Streaming][MLlib] use temp folder for checkpointXiangrui Meng2014-08-191-6/+11
* [SPARK-3128][MLLIB] Use streaming test suite for StreamingLRfreeman2014-08-191-1/+3
* [SPARK-2517] Remove some compiler warnings.Reynold Xin2014-07-161-1/+4
* [SPARK-1341] [Streaming] Throttle BlockGenerator to limit rate of data consum...Issac Buenrostro2014-07-101-0/+38
* [STREAMING] SPARK-2343: Fix QueueInputDStream with oneAtATime falseManuel Laflamme2014-07-091-1/+91
* SPARK-2113: awaitTermination() after stop() will hang in Spark StremaingLars Albertsson2014-06-111-0/+12
* Resolve scalatest warnings during buildwitgo2014-06-102-3/+2
* [SPARK-1841]: update scalatest to version 2.1.5witgo2014-06-061-6/+6
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-032-3/+0
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-122-0/+3
* [SPARK-1504], [SPARK-1505], [SPARK-1558] Updated Spark Streaming guideTathagata Das2014-05-051-0/+1
* [SPARK-1633][Streaming] Java API unit test and example for custom streaming r...Tathagata Das2014-04-283-2/+4
* [Spark-1382] Fix NPE in DStream.slice (updated version of #365)zsxwing2014-04-251-1/+11
* [SPARK-1617] and [SPARK-1618] Improvements to streaming ui and bug fix to soc...Tathagata Das2014-04-242-9/+14
* [SPARK-1592][streaming] Automatically remove streaming input blocksTathagata Das2014-04-243-14/+76
* SPARK-1488. Squash more language feature warnings in new commits by importing...Sean Owen2014-04-242-0/+2