aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/scheduler/ResultTask.scala
Commit message (Expand)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-134/+0
* Initial work towards scheduler refactoring:Matei Zaharia2013-08-181-9/+6
* Remove extra synchronization in ResultTaskCharles Reiss2013-08-091-9/+7
* write and read generation in ResultTaskBlackNiuza2013-08-011-0/+2
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Integrate review comments on pull requestMridul Muralidharan2013-05-021-1/+0
* a) Add support for hyper local scheduling - specific to a host + port - befor...Mridul Muralidharan2013-05-011-2/+2
* Checkpoint commit - compiles and passes a lot of tests - not all though, look...Mridul Muralidharan2013-04-151-1/+9
* Merge branch 'master' into stageInfoImran Rashid2013-02-211-3/+3
|\
| * Renamed "splits" to "partitions"Matei Zaharia2013-02-171-3/+3
* | TaskContext does not hold a reference to Task; instead, it has a shared insta...Imran Rashid2013-02-211-1/+2
* | task context keeps a handle on Task -- giant hack, temporary for tracking shu...Imran Rashid2013-02-051-1/+1
|/
* Merge branch 'master' into streamingTathagata Das2013-01-161-3/+5
|\
| * Call executeOnCompleteCallbacks in a finally block.Stephen Haberman2013-01-151-3/+5
* | Changed cleanup to clearOldValues for TimeStampedHashMap and TimeStampedHashSet.Tathagata Das2013-01-071-1/+1
* | Merge branch 'dev-checkpoint' of github.com:radlab/spark into dev-mergeTathagata Das2012-12-261-5/+89
|\ \ | |/ |/|
| * Bunch of bug fixes related to checkpointing in RDDs. RDDCheckpointData object...Tathagata Das2012-12-101-6/+89
* | SPARK-635: Pass a TaskContext object to compute() interface and use thatReynold Xin2012-12-131-2/+4
|/
* Make classes package privateDenny2012-10-021-1/+1
* Some refactoring to make cluster scheduler pluggable.Matei Zaharia2012-07-061-1/+1
* Merge in engine improvements from the Spark Streaming project, developedMatei Zaharia2012-06-071-0/+24