aboutsummaryrefslogtreecommitdiff
path: root/streaming
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | Added StateDStream, corresponding stateful stream operations, and testcases. ...Tathagata Das2012-08-317-82/+303
|/
* Compile fixesroot2012-08-292-4/+4
* Merge branch 'dev' of github.com/radlab/spark into devTathagata Das2012-08-288-55/+143
|\
| * Made WordCount2 even more configurableroot2012-08-271-5/+7
| * Merge branch 'dev' of github.com:radlab/spark into devroot2012-08-271-14/+12
| |\
| | * Code styleMatei Zaharia2012-08-261-14/+12
| * | Tweaks to WordCount2root2012-08-271-6/+13
| |/
| * Made Time and Interval immutableMatei Zaharia2012-08-265-51/+13
| * Merge branch 'dev' of github.com:radlab/spark into devMatei Zaharia2012-08-263-4/+106
| |\
| | * Added sliding word count, and some fixes to reduce window DStreamroot2012-08-263-4/+106
| * | Add equals and hashCode to TimeMatei Zaharia2012-08-261-0/+8
| |/
| * Make Time serializableMatei Zaharia2012-08-261-1/+1
| * Reduce log4j verbosity for streamingMatei Zaharia2012-08-241-0/+8
| * Fix WordCount job nameMatei Zaharia2012-08-241-1/+1
* | Added capabllity to take streaming input from network. Renamed SparkStreamCon...Tathagata Das2012-08-2819-142/+502
|/
* Added new Clock interface that is used by RecurringTimer to scheduler events ...Tathagata Das2012-08-066-30/+130
* Renamed RDS to DStream, plus minor style fixesMatei Zaharia2012-08-0216-185/+183
* Added an RDS that repeatedly returns the same inputMatei Zaharia2012-08-021-0/+18
* Added a WordCount for external data and fixed bugs in file streamsMatei Zaharia2012-08-023-7/+33
* Moved streaming files not immediately necessary to spark.streaming.util.Tathagata Das2012-08-019-19/+14
* 1. Refactored SparkStreamContext, Scheduler, InputRDS, FileInputRDS and a few...Tathagata Das2012-08-0146-2432/+796
* Restructured file locations to separate examples and other programs from core...Tathagata Das2012-07-3028-159/+27
* Renamed stream package to streamingMatei Zaharia2012-07-2946-50/+50
* Added the Spark Streaing code, ported to Akka 2Matei Zaharia2012-07-2846-0/+5081