aboutsummaryrefslogtreecommitdiff
path: root/streaming/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7927] whitespace fixes for streaming.Reynold Xin2015-05-285-8/+12
* [SPARK-7777][Streaming] Handle the case when there is no block in a batchzsxwing2015-05-231-0/+31
* [SPARK-7745] Change asserts to requires for user input checks in Spark StreamingBurak Yavuz2015-05-211-3/+3
* [SPARK-7777] [STREAMING] Fix the flaky test in org.apache.spark.streaming.Bas...zsxwing2015-05-201-0/+7
* [SPARK-7767] [STREAMING] Added test for checkpoint serialization in Streaming...Tathagata Das2015-05-201-4/+23
* [SPARK-7237] [SPARK-7741] [CORE] [STREAMING] Clean more closures that need cl...Andrew Or2015-05-203-20/+216
* [SPARK-7501] [STREAMING] DAG visualization: show DStream operationsAndrew Or2015-05-181-0/+190
* [SPARK-7645] [STREAMING] [WEBUI] Show milliseconds in the UI if the batch int...zsxwing2015-05-141-0/+11
* [SPARK-6752] [STREAMING] [REVISED] Allow StreamingContext to be recreated fro...Tathagata Das2015-05-131-65/+5
* [SPARK-7554] [STREAMING] Throw exception when an active/stopped StreamingCont...Tathagata Das2015-05-121-0/+39
* [SPARK-7553] [STREAMING] Added methods to maintain a singleton StreamingContextTathagata Das2015-05-121-8/+144
* [SPARK-7406] [STREAMING] [WEBUI] Add tooltips for "Scheduling Delay", "Proces...zsxwing2015-05-121-3/+3
* [SPARK-7532] [STREAMING] StreamingContext.start() made to logWarning and not ...Tathagata Das2015-05-121-3/+1
* [SPARK-7530] [STREAMING] Added StreamingContext.getState() to expose the curr...Tathagata Das2015-05-111-3/+16
* [SPARK-7361] [STREAMING] Throw unambiguous exception when attempting to start...Tathagata Das2015-05-111-0/+18
* [SPARK-7326] [STREAMING] Performing window() on a WindowedDStream doesn't wor...Wesley Miao2015-05-111-0/+3
* [SPARK-7217] [STREAMING] Add configuration to control the default behavior of...Tathagata Das2015-05-071-2/+17
* [SPARK-7430] [STREAMING] [TEST] General improvements to streaming tests to in...Tathagata Das2015-05-071-12/+21
* [SPARK-7405] [STREAMING] Fix the bug that ReceiverInputDStream doesn't report...zsxwing2015-05-061-0/+7
* [SPARK-6939] [STREAMING] [WEBUI] Add timeline and histogram graphs for stream...zsxwing2015-05-053-13/+138
* [SPARK-7318] [STREAMING] DStream cleans objects that are not closuresAndrew Or2015-05-051-2/+2
* [SPARK-7341] [STREAMING] [TESTS] Fix the flaky test: org.apache.spark.stre...zsxwing2015-05-052-63/+140
* [SPARK-7139] [STREAMING] Allow received block metadata to be saved to WAL and...Tathagata Das2015-05-052-47/+115
* [SPARK-7112][Streaming][WIP] Add a InputInfoTracker to track all the input st...jerryshao2015-05-015-18/+136
* [SPARK-7282] [STREAMING] Fix the race conditions in StreamingListenerSuitezsxwing2015-04-301-7/+8
* [SPARK-6862] [STREAMING] [WEBUI] Add BatchPage to display details of a batchzsxwing2015-04-292-6/+177
* [SPARK-6752] [STREAMING] [REOPENED] Allow StreamingContext to be recreated fr...Tathagata Das2015-04-292-2/+160
* [SPARK-7056] [STREAMING] Make the Write Ahead Log pluggableTathagata Das2015-04-296-95/+182
* Revert "[SPARK-6752][Streaming] Allow StreamingContext to be recreated from c...Patrick Wendell2015-04-252-160/+2
* [SPARK-6752][Streaming] Allow StreamingContext to be recreated from checkpoin...Tathagata Das2015-04-232-2/+160
* Disable flaky test: ReceiverSuite "block generator throttling".Reynold Xin2015-04-221-1/+1
* [SPARK-6985][streaming] Receiver maxRate over 1000 causes a StackOverflowErrorDavid McGuire2015-04-211-12/+17
* [SPARK-6796][Streaming][WebUI] Add "Active Batches" and "Completed Batches" l...zsxwing2015-04-141-0/+11
* [SPARK-5931][CORE] Use consistent naming for time propertiesIlya Ganelin2015-04-132-17/+19
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-131-2/+2
* [SPARK-6766][Streaming] Fix issue about StreamingListenerBatchSubmitted and S...zsxwing2015-04-102-8/+166
* [SPARK-6765] Fix test code style for streaming.Reynold Xin2015-04-0816-58/+96
* [SPARK-6602][Core] Replace direct use of Akka with Spark RPC interface - part 1zsxwing2015-04-041-14/+11
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-205-27/+14
* [SPARK-6222][Streaming] Dont delete checkpoint data when doing pre-batch-star...Tathagata Das2015-03-191-0/+133
* [SPARK-6331] Load new master URL if present when recovering streaming context...Tathagata Das2015-03-172-4/+19
* [SPARK-6077] Remove streaming tab while stopping StreamingContextlisurprise2015-03-162-55/+95
* [SPARK-5943][Streaming] Update the test to use new API to reduce the warningSaisai Shao2015-02-232-6/+6
* SPARK-4682 [CORE] Consolidate various 'Clock' classesSean Owen2015-02-197-64/+56
* [SPARK-5379][Streaming] Add awaitTerminationOrTimeoutzsxwing2015-02-041-0/+24
* [SPARK-4969][STREAMING][PYTHON] Add binaryRecords to streamingfreeman2015-02-031-0/+51
* [STREAMING] SPARK-4986 Wait for receivers to deregister and receiver job to t...Jesper Lundgren2015-02-031-0/+58
* SPARK-4430 [STREAMING] [TEST] Apache RAT Checks fail spuriously on test filesSean Owen2015-01-251-7/+2
* [SPARK-5233][Streaming] Fix error replaying of WAL introduced bugjerryshao2015-01-221-10/+10
* [SPARK-5147][Streaming] Delete the received data WAL log periodicallyTathagata Das2015-01-211-31/+126