aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes.Tathagata Das2012-10-244-27/+27
* 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-1314-165/+536
* Merge branch 'dev' of github.com:radlab/spark into devTathagata Das2012-09-176-35/+52
|\
| * Minor tweaksTathagata Das2012-09-142-22/+24
| * Made NewHadoopRDD broadcast its job configuration (same as HadoopRDD).Tathagata Das2012-09-101-4/+6
| * Merge branch 'dev' of github.com:radlab/spark into devTathagata Das2012-09-0730-435/+930
| |\
| | * add warmup code for TopKWordCountRaw.scalahaoyuan2012-09-061-5/+14
| * | Fixed bugs in streaming Scheduler and optimized QueueInputDStream.Tathagata Das2012-09-074-5/+9
* | | 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-0611-35/+105
| |\ \
| * | | 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-074-32/+51
| |/ / |/| |
* | | Less warmup in word countroot2012-09-061-1/+1
* | | Bug fixroot2012-09-061-1/+1
* | | Tuning Akka moreroot2012-09-061-2/+2
* | | Serialize map output locations more efficiently, and only once, in MapOutputT...root2012-09-051-8/+80
* | | User Spark's closure serializer for the ShuffleMapTask cacheroot2012-09-052-5/+5
* | | Merge branch 'dev' of github.com:radlab/spark into devroot2012-09-051-1/+2
|\ \ \
| * | | Serialize BlockRDD more efficientlyroot2012-09-051-1/+2
* | | | Further tuning for network performanceroot2012-09-052-14/+3
* | | | Merge branch 'dev' of github.com:radlab/spark into devroot2012-09-054-4/+11
|\| | |
| * | | Allow serializing HttpBroadcast through Kryoroot2012-09-051-0/+2
| * | | Broadcast the JobConf in HadoopRDD to reduce task sizesroot2012-09-052-2/+7
| * | | Merge branch 'dev' of github.com:radlab/spark into devroot2012-09-057-57/+202
| |\| |
| * | | Some changes to make important log output visible even if we set the logging ...root2012-09-052-2/+2
* | | | Tuning Akka for more connectionsroot2012-09-052-5/+6
| |/ / |/| |
* | | 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-0410-102/+365
| |\|
| * | Various test programsroot2012-09-043-2/+143
* | | Changed DStream member access permissions from private to protected. Updated...Tathagata Das2012-09-045-36/+81
* | | 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-0223-126/+483
|\|
| * tweaksroot2012-09-012-1/+2