aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/TaskContext.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-291-0/+6
* Minor: Fix TaskContext deprecated annotations.Reynold Xin2015-02-031-3/+3
* [SPARK-5549] Define TaskContext interface in Scala.Reynold Xin2015-02-031-0/+136
* [SPARK-3543] Write TaskContext in Java and expose it through a static accessor.Prashant Sharma2014-09-261-126/+0
* [SPARK-3469] Make sure all TaskCompletionListener are called even with failuresReynold Xin2014-09-121-3/+15
* [SPARK-3027] TaskContext: tighten visibility and provide Java friendly callba...Reynold Xin2014-08-141-7/+56
* [SPARK-1745] Move interrupted flag from TaskContext constructor (minor)Andrew Or2014-05-081-9/+11
* SPARK-1579: Clean up PythonRDD and avoid swallowing IOExceptionsAaron Davidson2014-05-071-0/+5
* [Spark-1538] Fix SparkUI incorrectly hiding persisted RDDsAndrew Or2014-04-221-1/+1
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-091-0/+6
* SPARK-1019: pyspark RDD take() throws an NPEPatrick Wendell2014-03-121-1/+2
* Make TaskContext's stageId publicly accessible.Harvey Feng2013-10-151-1/+1
* Job cancellation: address Matei's code review feedback.Reynold Xin2013-10-121-3/+6
* - Created AsyncRDDActions.Reynold Xin2013-10-031-4/+9
* Initial commit for job killing.Reynold Xin2013-09-161-0/+1
* SPARK-821: Don't cache results when action run locally on driverAaron Davidson2013-09-051-0/+1
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-0/+41