aboutsummaryrefslogtreecommitdiff
path: root/streaming
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-201-1/+1
* Preparing Spark release rc-testPatrick Wendell2015-05-201-1/+1
* Preparing development version 1.4.0-SNAPSHOTpwendell2015-05-201-1/+1
* Preparing Spark release rc-testpwendell2015-05-201-1/+1
* Preparing development version 1.4.0-SNAPSHOTjenkins2015-05-201-1/+1
* Preparing Spark release rc-testjenkins2015-05-201-1/+1
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-201-1/+1
* Preparing Spark release rc-testPatrick Wendell2015-05-201-1/+1
* [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
* Preparing development version 1.4.1-SNAPSHOTPatrick Wendell2015-05-191-1/+1
* Preparing Spark release v1.4.0-rc1Patrick Wendell2015-05-191-1/+1
* Revert "Preparing Spark release v1.4.0-rc1"Patrick Wendell2015-05-191-1/+1
* Revert "Preparing development version 1.4.1-SNAPSHOT"Patrick Wendell2015-05-191-1/+1
* Preparing development version 1.4.1-SNAPSHOTPatrick Wendell2015-05-191-1/+1
* Preparing Spark release v1.4.0-rc1Patrick Wendell2015-05-191-1/+1
* Revert "Preparing Spark release v1.4.0-rc1"Patrick Wendell2015-05-191-1/+1
* Revert "Preparing development version 1.4.1-SNAPSHOT"Patrick Wendell2015-05-191-1/+1
* Preparing development version 1.4.1-SNAPSHOTPatrick Wendell2015-05-191-1/+1
* Preparing Spark release v1.4.0-rc1Patrick Wendell2015-05-191-1/+1
* Revert "Preparing Spark release v1.4.0-rc1"Patrick Wendell2015-05-181-1/+1
* Revert "Preparing development version 1.4.1-SNAPSHOT"Patrick Wendell2015-05-181-1/+1
* Preparing development version 1.4.1-SNAPSHOTPatrick Wendell2015-05-191-1/+1
* Preparing Spark release v1.4.0-rc1Patrick Wendell2015-05-191-1/+1
* [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
* [SPARK-7530] [STREAMING] Added StreamingContext.getState() to expose the curr...Tathagata Das2015-05-116-33/+143
* [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-112-8/+58
* [SPARK-7326] [STREAMING] Performing window() on a WindowedDStream doesn't wor...Wesley Miao2015-05-113-8/+22
* [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-072-5/+24
* [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-062-0/+12
* [SPARK-6939] [STREAMING] [WEBUI] Add timeline and histogram graphs for stream...zsxwing2015-05-0513-213/+762
* [SPARK-7318] [STREAMING] DStream cleans objects that are not closuresAndrew Or2015-05-052-3/+4
* [SPARK-7350] [STREAMING] [WEBUI] Attach the Streaming tab when calling ssc.st...zsxwing2015-05-052-1/+5