aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| | * | | | Minor modifications.Tathagata Das2012-12-014-6/+28
| | * | | | Added ssc.unionTathagata Das2012-12-012-1/+6
| | * | | | Added TimeStampedHashSet and used that to cleanup the list of registered RDD ...Tathagata Das2012-11-293-9/+81
| | * | | | Added metadata cleaner to BlockManager to remove old blocks completely.Tathagata Das2012-11-282-12/+36
| | * | | | Renamed CleanupTask to MetadataCleaner.Tathagata Das2012-11-285-14/+15
| | * | | | Modified StorageLevel and BlockManagerId to cache common objects and use cach...Tathagata Das2012-11-284-29/+101
| | * | | | Bug fixesTathagata Das2012-11-283-10/+20
| | * | | | Modified bunch HashMaps in Spark to use TimeStampedHashMap and made various m...Tathagata Das2012-11-277-18/+165
| | * | | | Merged branch mesos/master to branch dev.Tathagata Das2012-11-2634-169/+467
| | |\ \ \ \
| | * | | | | Modified StreamingContext API to make constructor accept the batch size (sinc...Tathagata Das2012-11-1916-98/+92
| | * | | | | Fixed bug in the number of splits in RDD after checkpointing. Modified reduce...Tathagata Das2012-11-196-5/+14
| * | | | | | Added Kafka Wordcount producerDenny2012-11-192-25/+52
| * | | | | | Comment out code for fault-tolerance.Denny2012-11-191-17/+18
| * | | | | | Merge branch 'dev' into kafkaDenny2012-11-199-7/+380
| |\| | | | |
| | * | | | | Merge branch 'dev' of github.com:radlab/spark into devTathagata Das2012-11-175-0/+335
| | |\ \ \ \ \
| | | * \ \ \ \ Merge pull request #4 from radlab/streaming-examplePatrick Wendell2012-11-162-0/+170
| | | |\ \ \ \ \
| | | | * | | | | A "streaming page view" example.Patrick Wendell2012-11-162-0/+170
| | | * | | | | | Merge pull request #3 from radlab/streaming-docsPatrick Wendell2012-11-143-0/+165
| | | |\ \ \ \ \ \
| | | | * | | | | | Streaming programming guide. STREAMING-2 #resolvePatrick Wendell2012-11-133-0/+165
| | | | |/ / / / /
| | * | / / / / / Fixed checkpointing bug in CoGroupedRDD. CoGroupSplits kept around the RDD sp...Tathagata Das2012-11-174-7/+45
| | |/ / / / / /
| * | | | | | | Merge branch 'dev' into kafkaDenny2012-11-1310-128/+156
| |\| | | | | |
| | * | | | | | Fixed bug in MappedValuesRDD, and set default graph checkpoint interval to be...Tathagata Das2012-11-133-5/+22
| | * | | | | | Replaced StateRDD in StateDStream with MapPartitionsRDD.Tathagata Das2012-11-131-12/+3
| | * | | | | | Optimized checkpoint writing by reusing FileSystem object. Fixed bug in updat...Tathagata Das2012-11-138-111/+129