aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/FutureAction.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3850] Trim trailing spaces for core.Reynold Xin2015-05-311-1/+1
* [SPARK-6428] Added explicit types for all public methods in core.Reynold Xin2015-03-231-2/+2
* [SPARK-4097] Fix the race condition of 'thread'zsxwing2014-10-291-1/+5
* [SPARK-3902] [SPARK-3590] Stabilize AsynRDDActions and add Java APIJosh Rosen2014-10-191-15/+71
* [SPARK-3446] Expose underlying job ids in FutureAction.Marcelo Vanzin2014-10-011-2/+17
* Revert "[SPARK-1021] Defer the data-driven computation of partition bounds in...Reynold Xin2014-09-281-5/+2
* [SPARK-1021] Defer the data-driven computation of partition bounds in so...Erik Erlandson2014-09-261-2/+5
* SPARK-2636: Expose job ID in JobWaiter APIlirui2014-09-011-0/+3
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-091-0/+7
* [SPARK-1397] Notify SparkListeners when stages fail or are cancelled.Kay Ousterhout2014-04-081-1/+1
* Optimized importsNirmalReddy2014-02-181-3/+1
* Adjusted visibility of various components.Reynold Xin2014-01-131-4/+4
* jobWaiter.synchronized before jobWaiter.waitMark Hamstra2013-12-051-1/+1
* Job cancellation: address Matei's code review feedback.Reynold Xin2013-10-121-43/+35
* Job cancellation: addressed code review feedback round 2 from Kay.Reynold Xin2013-10-111-2/+2
* Job cancellation: addressed code review feedback from Kay.Reynold Xin2013-10-111-2/+2
* Making takeAsync and collectAsync deterministic.Reynold Xin2013-10-111-4/+0
* Properly handle interrupted exception in FutureAction.Reynold Xin2013-10-111-7/+5
* Fixed the deadlock situation in multi-job actions and added more unit tests.Reynold Xin2013-10-101-4/+36
* Implemented FutureAction, FutureJob, CancellablePromise.Reynold Xin2013-10-091-0/+232