aboutsummaryrefslogtreecommitdiff
path: root/streaming/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10692] [STREAMING] Expose failureReasons in BatchInfo for streaming UI...zsxwing2015-09-231-0/+76
* [SPARK-10769] [STREAMING] [TESTS] Fix o.a.s.streaming.CheckpointSuite.maintai...zsxwing2015-09-231-1/+5
* [SPARK-10224] [STREAMING] Fix the issue that blockIntervalTimer won't call up...zsxwing2015-09-232-3/+87
* [SPARK-10652] [SPARK-10742] [STREAMING] Set meaningful job descriptions for a...Tathagata Das2015-09-221-1/+1
* [SPARK-10649] [STREAMING] Prevent inheriting job group and irrelevant job des...Tathagata Das2015-09-211-0/+32
* [SPARK-10547] [TEST] Streamline / improve style of Java API testsSean Owen2015-09-122-425/+413
* [SPARK-10071] [STREAMING] Output a warning when writing QueueInputDStream and...zsxwing2015-09-081-9/+19
* [SPARK-9767] Remove ConnectionManager.Reynold Xin2015-09-071-4/+6
* [SPARK-9869] [STREAMING] Wait for all event notifications before asserting re...robbins2015-09-031-0/+3
* [SPARK-10369] [STREAMING] Don't remove ReceiverTrackingInfo when deregisterRe...zsxwing2015-08-311-0/+51
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-252-19/+9
* [SPARK-10210] [STREAMING] Filter out non-existent blocks before creating Bloc...Tathagata Das2015-08-251-0/+156
* [SPARK-10137] [STREAMING] Avoid to restart receivers if scheduleReceivers ret...zsxwing2015-08-241-6/+7
* [SPARK-10098] [STREAMING] [TEST] Cleanup active context after test in Failure...Tathagata Das2015-08-181-10/+17
* [SPARK-9966] [STREAMING] Handle couple of corner cases in PIDRateEstimatorTathagata Das2015-08-141-28/+51
* Disable JobGeneratorSuite "Do not clear received block data too soon".Reynold Xin2015-08-091-1/+2
* [SPARK-9556] [SPARK-9619] [SPARK-9624] [STREAMING] Make BlockGenerator more r...Tathagata Das2015-08-065-138/+355
* [SPARK-9504] [STREAMING] [TESTS] Fix o.a.s.streaming.StreamingContextSuite.st...zsxwing2015-08-041-1/+2
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-042-32/+34
* [SPARK-9504] [STREAMING] [TESTS] Use eventually to fix the flaky testzsxwing2015-07-311-5/+5
* [SPARK-8979] Add a PID based rate estimatorIulian Dragos2015-07-311-0/+137
* [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