aboutsummaryrefslogtreecommitdiff
path: root/streaming/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9479] [STREAMING] [TESTS] Fix ReceiverTrackerSuite failure for maven b...zsxwing2015-07-308-84/+131
* [SPARK-8977] [STREAMING] Defines the RateEstimator interface, and impements t...Iulian Dragos2015-07-294-12/+170
* [STREAMING] [HOTFIX] Ignore ReceiverTrackerSuite flaky testTathagata Das2015-07-281-1/+1
* [SPARK-8882] [STREAMING] Add a new Receiver scheduling mechanismzsxwing2015-07-273-60/+142
* [SPARK-8975] [STREAMING] Adds a mechanism to send a new rate from the driver ...Iulian Dragos2015-07-222-0/+108
* [SPARK-5681] [STREAMING] Move 'stopReceivers' to the event loop to resolve th...zsxwing2015-07-172-0/+17
* [SPARK-6304] [STREAMING] Fix checkpointing doesn't retain driver port issue.jerryshao2015-07-161-1/+44
* [SPARK-8820] [STREAMING] Add a configuration to set checkpoint dir.huangzhaowei2015-07-141-0/+9
* [SPARK-8743] [STREAMING] Deregister Codahale metrics for streaming when Strea...Neelesh Srinivas Salian2015-07-131-2/+39
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-102-1/+4
* [SPARK-8701] [STREAMING] [WEBUI] Add input metadata in the batch pagezsxwing2015-07-094-20/+24
* [SPARK-7419] [STREAMING] [TESTS] Fix CheckpointSuite.recovery with file input...zsxwing2015-07-091-8/+10
* [SPARK-8630] [STREAMING] Prevent from checkpointing QueueInputDStreamzsxwing2015-06-302-0/+23
* [SPARK-7988] [STREAMING] Round-robin scheduling of receivers by defaultnishkamravi22015-06-301-0/+90
* [SPARK-8634] [STREAMING] [TESTS] Fix flaky test StreamingListenerSuite "recei...zsxwing2015-06-291-1/+1
* [SPARK-8080] [STREAMING] Receiver.store with Iterator does not give correct c...Dibyendu Bhattacharya2015-06-182-9/+147
* [SPARK-7444] [TESTS] Eliminate noisy css warn/error logs for UISeleniumSuitezsxwing2015-06-111-2/+5
* [SPARK-8112] [STREAMING] Fix the negative event count issuezsxwing2015-06-051-1/+1
* [SPARK-7958] [STREAMING] Handled exception in StreamingContext.start() to pre...Tathagata Das2015-06-011-0/+16
* [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.Reynold Xin2015-05-312-6/+2
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-2912-31/+36
* [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-132-87/+8
* [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-113-3/+31
* [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-293-39/+268
* [SPARK-7056] [STREAMING] Make the Write Ahead Log pluggableTathagata Das2015-04-297-95/+311
* Revert "[SPARK-6752][Streaming] Allow StreamingContext to be recreated from c...Patrick Wendell2015-04-253-268/+39