aboutsummaryrefslogtreecommitdiff
path: root/streaming
Commit message (Expand)AuthorAgeFilesLines
* Added tests for testing network input stream.Tathagata Das2012-10-245-23/+134
* Renamed the streaming testsuites.Tathagata Das2012-10-234-6/+8
* Renamed APIs to create queueStream and fileStream.Tathagata Das2012-10-235-10/+10
* Updated StateDStream api to use Options instead of nulls.Tathagata Das2012-10-233-18/+18
* Renamed the network input streams.Tathagata Das2012-10-237-35/+40
* Modified API of NetworkInputDStreams and got ObjectInputDStream and RawInputD...Tathagata Das2012-10-238-382/+360
* Renamed examplesTathagata Das2012-10-222-7/+7
* Added MapValueDStream, FlatMappedValuesDStream and CoGroupedDStream, and ther...Tathagata Das2012-10-219-35/+293
* Fixed some bugs in tests for forgetting RDDs, and made sure that use of manua...Tathagata Das2012-10-2110-89/+100
* Added functionality to forget RDDs from DStreams.Tathagata Das2012-10-1911-79/+224
* Minor modifications.Tathagata Das2012-10-153-13/+14
* Refactored DStreamSuiteBase to create CheckpointSuite- testsuite for testing ...Tathagata Das2012-10-1412-135/+290
* Fixed bugs in the streaming testsuites.Tathagata Das2012-10-132-7/+18
* Implemented checkpointing of StreamingContext and DStream graph.Tathagata Das2012-10-1313-163/+534
* Merge branch 'dev' of github.com:radlab/spark into devTathagata Das2012-09-175-31/+46
|\
| * Minor tweaksTathagata Das2012-09-142-22/+24
| * Merge branch 'dev' of github.com:radlab/spark into devTathagata Das2012-09-0720-404/+824
| |\
| | * add warmup code for TopKWordCountRaw.scalahaoyuan2012-09-061-5/+14
| * | Fixed bugs in streaming Scheduler and optimized QueueInputDStream.Tathagata Das2012-09-073-4/+8
* | | Allowed StreamingContext to be created from existing SparkContextTathagata Das2012-09-171-8/+5
| |/ |/|
* | Merge branch 'dev' of github.com:radlab/spark into devhaoyuan2012-09-079-313/+424
|\ \
| * | Fixed bugs and added testcases for naive reduceByKeyAndWindow.Tathagata Das2012-09-065-87/+140
| * | Merge branch 'dev' of github.com:radlab/spark into devTathagata Das2012-09-062-5/+5
| |\ \
| * | | Re-implemented ReducedWindowedDSteam to simplify and fix bugs. Added slice op...Tathagata Das2012-09-067-276/+334
* | | | commit opt for grep scalibility test.haoyuan2012-09-073-31/+45
| |/ / |/| |
* | | Less warmup in word countroot2012-09-061-1/+1
* | | Merge branch 'dev' of github.com:radlab/spark into devroot2012-09-051-1/+1
|\ \ \
| * | | Merge branch 'dev' of github.com:radlab/spark into devroot2012-09-056-56/+201
| |\| |
| * | | Some changes to make important log output visible even if we set the logging ...root2012-09-051-1/+1
* | | | Tuning Akka for more connectionsroot2012-09-051-5/+5
| |/ / |/| |
* | | Merge branch 'dev' of github.com:radlab/spark into devTathagata Das2012-09-044-2/+229
|\ \ \
| * | | fix the compile error in TopKWordCountRaw.scalahaoyuan2012-09-041-6/+6
| * | | add TopKWordCountRaw.scalahaoyuan2012-09-041-0/+86
| |/ /
| * | Merge branch 'dev' of github.com:radlab/spark into devroot2012-09-047-97/+345
| |\|
| * | Various test programsroot2012-09-043-2/+143
* | | Changed DStream member access permissions from private to protected. Updated...Tathagata Das2012-09-044-35/+80
* | | Updated the return types of PairDStreamFunctions to return DStreams instead o...Tathagata Das2012-09-041-21/+35
| |/ |/|
* | Merge branch 'dev' of github.com:radlab/spark into devTathagata Das2012-09-0215-70/+368
|\|
| * tweaksroot2012-09-011-1/+1
| * More raw network receiver programsroot2012-09-013-1/+76
| * Make batch size configurable in RawCountroot2012-09-011-6/+6
| * Further fixes to raw text sender, plus an app that uses itroot2012-09-017-5/+56
| * Bug fixes to RateLimitedOutputStreamMatei Zaharia2012-09-011-1/+3
| * First work towards a RawInputDStream and a sender program for it.Matei Zaharia2012-09-018-50/+218
| * Bug fixMatei Zaharia2012-08-311-1/+1
| * Bug fixMatei Zaharia2012-08-311-1/+1
| * Better output messages for streaming job durationMatei Zaharia2012-08-312-5/+3
| * WordCount tweaksroot2012-08-311-7/+10
| * Make checkpoint interval configurable in WordCount2root2012-08-311-7/+8
* | Added transformRDD DStream operation and TransformedDStream. Added sbt assemb...Tathagata Das2012-09-023-19/+46