aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Moved Twitter example to the where the other examples are.Tathagata Das2013-01-072-10/+11
| | | * | | | | Merge branch 'streaming-merge' into dev-mergeTathagata Das2013-01-073-1/+108
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge pull request #8 from radlab/twitter-examplePatrick Wendell2012-12-293-1/+108
| | | | |\ \ \ \ \
| | | | | * | | | | Minor changes after review and general cleanup.Patrick Wendell2012-12-212-11/+19
| | | | | * | | | | Adding a Twitter InputDStream with an examplePatrick Wendell2012-12-213-1/+100
| | | * | | | | | | Merge branch 'dev' into dev-mergeTathagata Das2013-01-0735-356/+181
| | | |\ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Changed locations for unit test logs.Tathagata Das2013-01-074-8/+8
| | * | | | | | | | Fixed bugTathagata Das2013-01-071-1/+1
| | * | | | | | | | Added better docs for RDDCheckpointDataTathagata Das2013-01-072-1/+13
| | * | | | | | | | Renamed examples and added documentation.Tathagata Das2013-01-0715-304/+141
| | * | | | | | | | Changed cleanup to clearOldValues for TimeStampedHashMap and TimeStampedHashSet.Tathagata Das2013-01-077-12/+18
| | * | | | | | | | Moved Spark Streaming examples to examples sub-project.Tathagata Das2013-01-0613-2/+1
| | * | | | | | | | Removed streaming-env.sh.templateTathagata Das2013-01-063-29/+0
| | | * | | | | | | Merge branch 'dev-merge' of github.com:radlab/spark into dev-mergeTathagata Das2013-01-075-99/+90
| | |/| | | | | | |
| | | * | | | | | | Merge pull request #10 from radlab/datahandler-fixPatrick Wendell2013-01-025-99/+90
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | BufferingBlockCreator -> NetworkReceiver.BlockGeneratorPatrick Wendell2013-01-025-94/+89
| | | | * | | | | | | Merge branch 'dev-merge' into datahandler-fixPatrick Wendell2013-01-0254-538/+919
| | | | |\ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | | * | | | | | | Several code-quality improvements to DataHandler.Patrick Wendell2013-01-025-88/+84
| | * | | | | | | | | Fixed compilation bug in RDDSuite created during merge for mesos/master.Tathagata Das2013-01-011-3/+3
| | * | | | | | | | | Merge branch 'mesos' into dev-mergeTathagata Das2013-01-0110-47/+187
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Updated Streaming Programming Guide.Tathagata Das2013-01-015-17/+179
| | * | | | | | | | | More classes made private[streaming] to hide from scala docs.Tathagata Das2012-12-3018-52/+137
| | * | | | | | | | | Refactored a whole lot to push all DStreams into the spark.streaming.dstream ...Tathagata Das2012-12-3041-333/+402
| | * | | | | | | | | Improved jekyll and scala docs. Made many classes and method private to remov...Tathagata Das2012-12-2919-168/+233
| | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Modifications to make sure LocalScheduler terminate cleanly without errors wh...Tathagata Das2012-12-275-18/+29
| | * | | | | | | | Merge branch 'mesos' into dev-mergeTathagata Das2012-12-268-158/+108
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'dev-checkpoint' of github.com:radlab/spark into dev-mergeTathagata Das2012-12-2627-479/+930
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | | * | | | | | | | Merge branch 'dev' of github.com:radlab/spark into dev-checkpointTathagata Das2012-12-2019-122/+717
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Fixed bugs in CheckpointRDD and spark.CheckpointSuite.Tathagata Das2012-12-203-12/+9
| | | * | | | | | | | | Changed checkpoint writing and reading process.Tathagata Das2012-12-203-25/+124
| | | * | | | | | | | | Introduced getSpits, getDependencies, and getPreferredLocations in RDD and RD...Tathagata Das2012-12-1822-113/+134
| | | * | | | | | | | | Converted CheckpointState in RDDCheckpointData to use scala Enumeration.Tathagata Das2012-12-171-26/+22
| | | * | | | | | | | | Made checkpoint data in RDDs optional to further reduce serialized size.Tathagata Das2012-12-114-17/+29
| | | * | | | | | | | | Fixed bug in UnionRDD and CoGroupedRDDTathagata Das2012-12-113-115/+10
| | | * | | | | | | | | Bunch of bug fixes related to checkpointing in RDDs. RDDCheckpointData object...Tathagata Das2012-12-1013-90/+389
| | | * | | | | | | | | Modified checkpoint testsuite to more comprehensively test checkpointing of v...Tathagata Das2012-12-0714-110/+285
| | | * | | | | | | | | Refactored RDD checkpointing to minimize extra fields in RDD class.Tathagata Das2012-12-0412-194/+144
| | * | | | | | | | | | Merge branch 'master' of github.com:mesos/spark into devReynold Xin2012-12-2090-899/+3244
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Added clear property to JavaAPISuite to remove port binding errors.Tathagata Das2012-12-111-0/+2
| | * | | | | | | | | | Merge pull request #5 from radlab/flume-integrationTathagata Das2012-12-0911-10/+280
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Changes in response to TD's review.Patrick Wendell2012-12-077-18/+32
| | | * | | | | | | | | | Adding Flume InputDStreamPatrick Wendell2012-12-079-7/+248
| | | * | | | | | | | | | Adding locality aware parallelizePatrick Wendell2012-12-072-3/+18
| | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | * / | | | | | | | | Removed unnecessary testcases.Tathagata Das2012-12-081-4/+4
| | |/ / / / / / / / /
| | * | | | | | | | | Added kafka JARDenny2012-12-052-1/+1
| | * | | | | | | | | Adjust Kafka code to work with new streaming changes.Denny2012-12-052-4/+5
| | * | | | | | | | | Merge branch 'dev' into kafkaDenny2012-12-0569-355/+1024
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | * | | | | | | | Added metadata cleaner to HttpBroadcast to clean up old broacast files.Tathagata Das2012-12-031-0/+24
| | | * | | | | | | | Minor modsTathagata Das2012-12-021-1/+1
| | | * | | | | | | | Made RDD checkpoint not create a new thread. Fixed bug in detecting when spar...Tathagata Das2012-12-023-26/+17