aboutsummaryrefslogtreecommitdiff
path: root/streaming
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9261] [STREAMING] Avoid calling APIs that expose shaded classes.Marcelo Vanzin2015-07-241-9/+3
* [SPARK-8975] [STREAMING] Adds a mechanism to send a new rate from the driver ...Iulian Dragos2015-07-228-8/+153
* [SPARK-5681] [STREAMING] Move 'stopReceivers' to the event loop to resolve th...zsxwing2015-07-175-62/+138
* [SPARK-6304] [STREAMING] Fix checkpointing doesn't retain driver port issue.jerryshao2015-07-162-1/+46
* [SPARK-8820] [STREAMING] Add a configuration to set checkpoint dir.huangzhaowei2015-07-142-0/+11
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-3/+3
* [SPARK-8743] [STREAMING] Deregister Codahale metrics for streaming when Strea...Neelesh Srinivas Salian2015-07-132-6/+45
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-105-3/+10
* [SPARK-8701] [STREAMING] [WEBUI] Add input metadata in the batch pagezsxwing2015-07-0913-46/+122
* [SPARK-7419] [STREAMING] [TESTS] Fix CheckpointSuite.recovery with file input...zsxwing2015-07-091-8/+10
* [MINOR] [STREAMING] Fix log statements in ReceiverSupervisorImplTathagata Das2015-07-091-3/+3
* [SPARK-8619] [STREAMING] Don't recover keytab and principal configuration wit...huangzhaowei2015-06-301-2/+14
* [SPARK-8630] [STREAMING] Prevent from checkpointing QueueInputDStreamzsxwing2015-06-305-8/+56
* [SPARK-7988] [STREAMING] Round-robin scheduling of receivers by defaultnishkamravi22015-06-302-13/+141
* [SPARK-8634] [STREAMING] [TESTS] Fix flaky test StreamingListenerSuite "recei...zsxwing2015-06-291-1/+1
* [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-184-22/+194
* [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-112-3/+6
* [SPARK-8112] [STREAMING] Fix the negative event count issuezsxwing2015-06-055-6/+10
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-031-1/+1
* [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-013-4/+33
* [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.Reynold Xin2015-05-314-8/+4
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-2913-31/+43
* [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-2819-35/+40
* [SPARK-7777][Streaming] Handle the case when there is no block in a batchzsxwing2015-05-232-18/+60
* [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-217-38/+38
* [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-203-35/+88
* [SPARK-7237] [SPARK-7741] [CORE] [STREAMING] Clean more closures that need cl...Andrew Or2015-05-206-33/+240
* [SPARK-7501] [STREAMING] DAG visualization: show DStream operationsAndrew Or2015-05-186-119/+441
* [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-145-11/+84
* [SPARK-6752] [STREAMING] [REVISED] Allow StreamingContext to be recreated fro...Tathagata Das2015-05-134-180/+9
* [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-123-3/+59
* [SPARK-7553] [STREAMING] Added methods to maintain a singleton StreamingContextTathagata Das2015-05-122-11/+202
* [SPARK-7406] [STREAMING] [WEBUI] Add tooltips for "Scheduling Delay", "Proces...zsxwing2015-05-123-9/+14
* [SPARK-7532] [STREAMING] StreamingContext.start() made to logWarning and not ...Tathagata Das2015-05-122-17/+14
* [SPARK-7485] [BUILD] Remove pyspark files from assembly.Marcelo Vanzin2015-05-121-8/+0