aboutsummaryrefslogtreecommitdiff
path: root/streaming
Commit message (Expand)AuthorAgeFilesLines
* [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-059-149/+277
* [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-0116-46/+247
* [SPARK-7309] [CORE] [STREAMING] Shutdown the thread pools in ReceivedBlockHan...zsxwing2015-05-011-0/+1
* [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-2911-80/+709
* [SPARK-6752] [STREAMING] [REOPENED] Allow StreamingContext to be recreated fr...Tathagata Das2015-04-296-61/+476
* [SPARK-7056] [STREAMING] Make the Write Ahead Log pluggableTathagata Das2015-04-2921-206/+684
* [SPARK-7223] Rename RPC askWithReply -> askWithReply, sendWithReply -> ask.Reynold Xin2015-04-291-3/+3
* [SPARK-7138] [STREAMING] Add method to BlockGenerator to add multiple records...Tathagata Das2015-04-281-0/+14
* Revert "[SPARK-6752][Streaming] Allow StreamingContext to be recreated from c...Patrick Wendell2015-04-256-476/+61
* [SPARK-6752][Streaming] Allow StreamingContext to be recreated from checkpoin...Tathagata Das2015-04-236-61/+476
* Disable flaky test: ReceiverSuite "block generator throttling".Reynold Xin2015-04-221-1/+1
* [SPARK-7052][Core] Add ThreadUtils and move thread methods from Utils to Thre...zsxwing2015-04-222-4/+4
* SPARK-3276 Added a new configuration spark.streaming.minRememberDurationemres2015-04-211-13/+17
* [SPARK-6985][streaming] Receiver maxRate over 1000 causes a StackOverflowErrorDavid McGuire2015-04-212-41/+21
* [SPARK-6979][Streaming] Replace JobScheduler.eventActor and JobGenerator.even...zsxwing2015-04-192-37/+41
* [SPARK-6983][Streaming] Update ReceiverTrackerActor to use the new Rpc interfacezsxwing2015-04-193-69/+51
* [SPARK-6796][Streaming][WebUI] Add "Active Batches" and "Completed Batches" l...zsxwing2015-04-143-10/+159
* [SPARK-5931][CORE] Use consistent naming for time propertiesIlya Ganelin2015-04-134-28/+28
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-131-2/+2
* [SPARK-6860][Streaming][WebUI] Fix the possible inconsistency of StreamingPagezsxwing2015-04-132-6/+7
* [SPARK-6762]Fix potential resource leaks in CheckPoint CheckpointWriter and C...lisurprise2015-04-132-19/+31
* [SPARK-6766][Streaming] Fix issue about StreamingListenerBatchSubmitted and S...zsxwing2015-04-104-18/+180
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-1/+1
* [SPARK-6765] Fix test code style for streaming.Reynold Xin2015-04-0816-58/+96
* [SPARK-6602][Core] Replace direct use of Akka with Spark RPC interface - part 1zsxwing2015-04-041-14/+11
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-035-12/+16
* SPARK-6433 hive tests to import spark-sql test JAR for QueryTest accessSteve Loughran2015-04-011-28/+0
* [SPARK-6428][Streaming] Added explicit types for all public methods.Reynold Xin2015-03-2438-114/+127
* [SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin2015-03-201-1/+1
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-205-27/+14
* [SPARK-4012] stop SparkContext when the exception is thrown from an infinite ...CodingCat2015-03-181-1/+1
* [SPARK-6222][Streaming] Dont delete checkpoint data when doing pre-batch-star...Tathagata Das2015-03-193-12/+153
* [SPARK-3266] Use intermediate abstract classes to fix type erasure issues in ...Josh Rosen2015-03-173-2/+11
* [SPARK-6331] Load new master URL if present when recovering streaming context...Tathagata Das2015-03-174-7/+25
* [SPARK-6077] Remove streaming tab while stopping StreamingContextlisurprise2015-03-166-57/+107
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-111-0/+4
* [Minor] Resolve sbt warnings: postfix operator second should be enabledGuoQiang Li2015-03-061-0/+1
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [SPARK-5943][Streaming] Update the test to use new API to reduce the warningSaisai Shao2015-02-232-6/+6
* SPARK-4682 [CORE] Consolidate various 'Clock' classesSean Owen2015-02-1916-171/+82
* [SPARK-5826][Streaming] Fix Configuration not serializable problemjerryshao2015-02-171-2/+4
* SPARK-5795 [STREAMING] api.java.JavaPairDStream.saveAsNewAPIHadoopFiles may n...Sean Owen2015-02-162-10/+28
* [SPARK-5831][Streaming]When checkpoint file size is bigger than 10, then dele...Xutingjun2015-02-161-1/+1
* [Minor] Fix incorrect warning logLiang-Chi Hsieh2015-02-041-1/+1
* [SPARK-5379][Streaming] Add awaitTerminationOrTimeoutzsxwing2015-02-043-0/+50
* [SPARK-4969][STREAMING][PYTHON] Add binaryRecords to streamingfreeman2015-02-034-5/+174
* [STREAMING] SPARK-4986 Wait for receivers to deregister and receiver job to t...Jesper Lundgren2015-02-033-4/+75