aboutsummaryrefslogtreecommitdiff
path: root/streaming
Commit message (Expand)AuthorAgeFilesLines
...
* | Minor formatting fixesTathagata Das2013-06-243-19/+34
* | Merge pull request #572 from Reinvigorate/sm-block-intervalTathagata Das2013-06-241-1/+1
|\ \
| * | adding spark.streaming.blockInterval propertyseanm2013-04-161-1/+1
* | | Merge pull request #571 from Reinvigorate/sm-kafka-serializersTathagata Das2013-06-245-27/+67
|\ \ \
| * | | fixing kafkaStream Java API and adding testseanm2013-05-102-3/+13
| * | | fixing indentationseanm2013-05-101-1/+1
| * | | adding kafkaStream API testsseanm2013-05-102-2/+13
| * | | Surfacing decoders on KafkaInputDStreamseanm2013-04-164-24/+43
| |/ /
* | | count() now uses a transform instead of ConstantInputDStreamseanm2013-05-101-4/+1
* | | fixing Spark Streaming count() so that 0 will be emitted when there is nothin...seanm2013-04-152-3/+6
|/ /
* | fixing autooffset.reset behavior when set to 'largest'seanm2013-03-261-4/+6
* | keeping JavaStreamingContext in sync with StreamingContext + adding comments ...seanm2013-03-152-6/+7
* | removing dependency on ZookeeperConsumerConnector + purging last relic of kaf...seanm2013-03-153-59/+6
* | fixing memory leak in kafka MessageHandlerseanm2013-03-141-4/+1
* | KafkaInputDStream improvements. Allows more Kafka configurabilityseanm2013-03-142-19/+51
|/
* Fixed class paths and dependencies based on Matei's comments.Tathagata Das2013-02-241-11/+0
* Added back the initial spark job before starting streaming receiversTathagata Das2013-02-241-1/+1
* Fixed missing dependencies in streaming/pom.xmlTathagata Das2013-02-241-4/+14
* Updated streaming programming guide with Java API info, and comments from Pat...Tathagata Das2013-02-232-3/+2
* Fixed differences in APIs of StreamingContext and JavaStreamingContext. Chang...Tathagata Das2013-02-234-25/+231
* Merge branch 'mesos-streaming' into streamingTathagata Das2013-02-223-2/+66
|\
| * Merge pull request #480 from MLnick/streaming-eg-algebirdTathagata Das2013-02-221-0/+10
| |\
| | * Merge remote-tracking branch 'upstream/streaming' into streaming-eg-algebirdNick Pentreath2013-02-2111-43/+306
| | |\
| | * | Dependencies and refactoring for streaming HLL example, and using context.twi...Nick Pentreath2013-02-191-0/+10
| * | | Merge pull request #479 from ScrapCodes/zeromq-streamingTathagata Das2013-02-222-2/+56
| |\ \ \ | | |_|/ | |/| |
| | * | fixes corresponding to review feedback at pull request #479Prashant Sharma2013-02-201-1/+1
| | * | example for demonstrating ZeroMQ streamPrashant Sharma2013-02-191-8/+7
| | * | ZeroMQ stream as receiverPrashant Sharma2013-02-192-0/+55
| | |/
* | / Fixed condition in InputDStream isTimeValid.Tathagata Das2013-02-211-1/+1
|/ /
* | Merge branch 'mesos-streaming' into streamingTathagata Das2013-02-206-49/+102
|\ \
| * | Small changes that were missing in mergePatrick Wendell2013-02-192-0/+2
| * | Use RDD type for `slice` operator in Java.Patrick Wendell2013-02-191-2/+2
| * | Use RDD type for `transform` operator in Java.Patrick Wendell2013-02-192-7/+122
| * | Use RDD type for `foreach` operator in Java.Patrick Wendell2013-02-196-11/+21
| |/
* | 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