aboutsummaryrefslogtreecommitdiff
path: root/streaming/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-8630] [STREAMING] Prevent from checkpointing QueueInputDStreamzsxwing2015-06-303-8/+33
* [SPARK-7988] [STREAMING] Round-robin scheduling of receivers by defaultnishkamravi22015-06-301-13/+51
* [SPARK-8399] [STREAMING] [WEB UI] Overlap between histograms and axis' name i...BenFradet2015-06-242-6/+8
* [SPARK-7180] [SPARK-8090] [SPARK-8091] Fix a number of SerializationDebugger ...Tathagata Das2015-06-191-2/+2
* [SPARK-8080] [STREAMING] Receiver.store with Iterator does not give correct c...Dibyendu Bhattacharya2015-06-182-13/+47
* [SPARK-8135] Don't load defaults when reconstituting Hadoop ConfigurationsSandy Ryza2015-06-184-12/+14
* [SPARK-8367] [STREAMING] Add a limit for 'spark.streaming.blockInterval` sinc...huangzhaowei2015-06-161-1/+3
* [SPARK-7444] [TESTS] Eliminate noisy css warn/error logs for UISeleniumSuitezsxwing2015-06-111-1/+1
* [SPARK-8112] [STREAMING] Fix the negative event count issuezsxwing2015-06-054-5/+9
* [SPARK-8025][Streaming]Add JavaDoc style deprecation for deprecated Streaming...zsxwing2015-06-013-0/+19
* [SPARK-7958] [STREAMING] Handled exception in StreamingContext.start() to pre...Tathagata Das2015-06-012-4/+17
* [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.Reynold Xin2015-05-312-2/+2
* [HOTFIX] Minor style fix from last commitPatrick Wendell2015-05-281-1/+2
* [SPARK-7931] [STREAMING] Do not restart receiver when stoppedTathagata Das2015-05-281-3/+8
* [SPARK-7927] whitespace fixes for streaming.Reynold Xin2015-05-2814-27/+28
* [SPARK-7777][Streaming] Handle the case when there is no block in a batchzsxwing2015-05-231-18/+29
* [SPARK-7838] [STREAMING] Set scope for kinesis streamTathagata Das2015-05-221-1/+1
* [SPARK-7776] [STREAMING] Added shutdown hook to StreamingContextTathagata Das2015-05-211-1/+17
* [SPARK-7745] Change asserts to requires for user input checks in Spark StreamingBurak Yavuz2015-05-216-35/+35
* [SPARK-7767] [STREAMING] Added test for checkpoint serialization in Streaming...Tathagata Das2015-05-202-31/+65
* [SPARK-7237] [SPARK-7741] [CORE] [STREAMING] Clean more closures that need cl...Andrew Or2015-05-203-13/+24
* [SPARK-7501] [STREAMING] DAG visualization: show DStream operationsAndrew Or2015-05-185-119/+251
* [SPARK-7658] [STREAMING] [WEBUI] Update the mouse behaviors for the timeline ...zsxwing2015-05-183-2/+47
* [SPARK-7693][Core] Remove "import scala.concurrent.ExecutionContext.Implicits...zsxwing2015-05-171-4/+10
* [SPARK-7650] [STREAMING] [WEBUI] Move streaming css and js files to the strea...zsxwing2015-05-144-3/+356
* [SPARK-7645] [STREAMING] [WEBUI] Show milliseconds in the UI if the batch int...zsxwing2015-05-144-11/+73
* [SPARK-6752] [STREAMING] [REVISED] Allow StreamingContext to be recreated fro...Tathagata Das2015-05-132-93/+1
* [STREAMING] [MINOR] Keep streaming.UIUtils privateAndrew Or2015-05-131-1/+1
* [SPARK-7589] [STREAMING] [WEBUI] Make "Input Rate" in the Streaming page cons...zsxwing2015-05-131-15/+12
* [SPARK-7554] [STREAMING] Throw exception when an active/stopped StreamingCont...Tathagata Das2015-05-122-3/+20
* [SPARK-7553] [STREAMING] Added methods to maintain a singleton StreamingContextTathagata Das2015-05-121-3/+58
* [SPARK-7406] [STREAMING] [WEBUI] Add tooltips for "Scheduling Delay", "Proces...zsxwing2015-05-122-6/+11
* [SPARK-7532] [STREAMING] StreamingContext.start() made to logWarning and not ...Tathagata Das2015-05-121-14/+13
* [SPARK-7530] [STREAMING] Added StreamingContext.getState() to expose the curr...Tathagata Das2015-05-113-30/+112
* [STREAMING] [MINOR] Close files correctly when iterator is finished in stream...jerryshao2015-05-111-2/+3
* [SPARK-7361] [STREAMING] Throw unambiguous exception when attempting to start...Tathagata Das2015-05-111-8/+40
* [SPARK-7326] [STREAMING] Performing window() on a WindowedDStream doesn't wor...Wesley Miao2015-05-112-8/+19
* [SPARK-7305] [STREAMING] [WEBUI] Make BatchPage show friendly information whe...zsxwing2015-05-071-30/+106
* [SPARK-7217] [STREAMING] Add configuration to control the default behavior of...Tathagata Das2015-05-071-3/+7
* [SPARK-7405] [STREAMING] Fix the bug that ReceiverInputDStream doesn't report...zsxwing2015-05-061-0/+5
* [SPARK-6939] [STREAMING] [WEBUI] Add timeline and histogram graphs for stream...zsxwing2015-05-0510-200/+624
* [SPARK-7318] [STREAMING] DStream cleans objects that are not closuresAndrew Or2015-05-051-1/+2
* [SPARK-7350] [STREAMING] [WEBUI] Attach the Streaming tab when calling ssc.st...zsxwing2015-05-052-1/+5
* [SPARK-7113] [STREAMING] Support input information reporting for Direct Kafka...jerryshao2015-05-051-2/+2
* [SPARK-7139] [STREAMING] Allow received block metadata to be saved to WAL and...Tathagata Das2015-05-057-102/+162
* [SPARK-7315] [STREAMING] [TEST] Fix flaky WALBackedBlockRDDSuiteTathagata Das2015-05-021-4/+8
* [SPARK-7112][Streaming][WIP] Add a InputInfoTracker to track all the input st...jerryshao2015-05-0111-28/+111
* [SPARK-7309] [CORE] [STREAMING] Shutdown the thread pools in ReceivedBlockHan...zsxwing2015-05-011-0/+1
* [SPARK-6862] [STREAMING] [WEBUI] Add BatchPage to display details of a batchzsxwing2015-04-299-74/+532
* [SPARK-6752] [STREAMING] [REOPENED] Allow StreamingContext to be recreated fr...Tathagata Das2015-04-293-22/+208