aboutsummaryrefslogtreecommitdiff
path: root/streaming
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesos-master' into streamingTathagata Das2013-02-209-24/+234
|\
| * Rename "jobs" to "applications" in the standalone clusterMatei Zaharia2013-02-173-9/+9
| * Make CoGroupedRDDs explicitly have the same key type.Stephen Haberman2013-02-163-3/+3
| * STREAMING-50: Support transform workaround in JavaPairDStreamPatrick Wendell2013-02-122-2/+77
| * Using tuple swap()Patrick Wendell2013-02-111-2/+2
| * small fixPatrick Wendell2013-02-111-2/+2
| * Fix for MapPartitionsPatrick Wendell2013-02-112-17/+54
| * Fix for flatmapPatrick Wendell2013-02-112-2/+44
| * Indentation fixPatrick Wendell2013-02-111-10/+10
| * Initial cut at replacing K, V in Java filesPatrick Wendell2013-02-112-2/+58
* | Merge branch 'streaming' into ScrapCodes-streaming-actorTathagata Das2013-02-1946-1056/+2026
|\ \
| * | Changed networkStream to socketStream and pluggableNetworkStream to become ne...Tathagata Das2013-02-184-21/+22
| * | Merge branch 'streaming' into ScrapCode-streamingTathagata Das2013-02-1845-1027/+2015
| |\ \
| | * | Added checkpointing and fault-tolerance semantics to the programming guide. F...Tathagata Das2013-02-186-6/+11
| | * | Many changes to ensure better 2nd recovery if 2nd failure happens whileTathagata Das2013-02-1718-97/+208
| | * | Made MasterFailureTest more robust.Tathagata Das2013-02-151-4/+22
| | * | Moved Java streaming examples to examples/src/main/java/spark/streaming/... a...Tathagata Das2013-02-141-1/+1
| | * | Added TwitterInputDStream from example to StreamingContext. Renamed example T...Tathagata Das2013-02-142-17/+105
| | * | Removed countByKeyAndWindow on paired DStreams, and added countByValueAndWind...Tathagata Das2013-02-148-183/+226
| | * | Changes functions comments to make them more consistent.Tathagata Das2013-02-132-45/+45
| | * | Added filter functionality to reduceByKeyAndWindow with inverse. Consolidated...Tathagata Das2013-02-137-81/+102
| | * | Changed scheduler and file input stream to fix bugs in the driver fault toler...Tathagata Das2013-02-1318-452/+693
| | * | Fixed bugs in FileInputDStream and Scheduler that occasionally failed to repr...Tathagata Das2013-02-106-91/+221
| | * | Added an initial spark job to ensure worker nodes are initialized.Tathagata Das2013-02-092-2/+7
| | * | Merge branch 'mesos-master' into streamingTathagata Das2013-02-0722-15/+195
| | |\|
| | | * Streaming constructor which takes JavaSparkContextPatrick Wendell2013-02-051-0/+8
| | | * Remove activation of profiles by defaultMikhail Bautin2013-01-311-11/+0
| | | * Merge pull request #415 from stephenh/driverMatei Zaharia2013-01-297-8/+8
| | | |\
| | | | * Replace old 'master' term with 'driver'.Stephen Haberman2013-01-257-8/+8
| | | * | Fix code that depended on metadata cleaner interval being in minutesMatei Zaharia2013-01-282-5/+5
| | | |/
| | | * Refactor daemon thread pool creation.Josh Rosen2013-01-211-2/+3
| | | * Move JavaAPISuite into spark.streaming.Stephen Haberman2013-01-212-0/+0
| | | * Add Maven build file for streaming, and fix some issues in SBT fileMatei Zaharia2013-01-2010-0/+182
| | * | Updated JavaStreamingContext with updated kafkaStream API.Tathagata Das2013-02-071-17/+9
| | * | Merge branch 'mesos-streaming' into streamingTathagata Das2013-02-075-88/+91
| | |\ \
| | | * \ Merge pull request #372 from Reinvigorate/sm-kafkaTathagata Das2013-02-072-91/+13
| | | |\ \
| | | | * | kafkaStream API cleanup. A quorum of zookeepers can now be specifiedseanm2013-01-182-15/+10
| | | | * | further KafkaInputDStream cleanup (removing unused and commented out code rel...seanm2013-01-181-69/+3
| | | | * | Removing offset management code that is non-existent in kafka 0.7.0+seanm2013-01-141-7/+0
| | | * | | Merge pull request #373 from Reinvigorate/sm-updateStateByKeyTathagata Das2013-02-074-6/+78
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Splitting StreamingContext.queueStream into two methodsseanm2013-01-201-4/+18
| | | | * | adding updateStateByKey object lifecycle testseanm2013-01-202-0/+50
| | | | * | Merge branch 'streaming' into sm-updateStateByKeyseanm2013-01-153-8/+8
| | | | |\ \
| | | | * | | StateDStream changes to give updateStateByKey consistent behaviorseanm2013-01-141-2/+10
| | | | | |/ | | | | |/|
| | * | | | Fixed checkpoint testcasesTathagata Das2013-01-233-172/+129
| | * | | | Added support for rescheduling unprocessed batches on master failure.Tathagata Das2013-01-235-12/+53
| | * | | | Added support for saving input files of FileInputDStream to graph checkpoints...Tathagata Das2013-01-226-66/+159
| | * | | | Refactored DStreamCheckpointData.Tathagata Das2013-01-224-64/+99
| | |/ / /
| * | | | Plug in actor as stream receiver APIPrashant Sharma2013-01-193-0/+152
| * | | | Changed method name of createReceiver to getReceiver as it is not intended to...Prashant Sharma2013-01-196-28/+28