aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/apache/incubator-spark into index...Joseph E. Gonzalez2013-10-1824-181/+139
|\
| * Fixed unit testsKay Ousterhout2013-10-162-25/+26
| * Removed TaskSchedulerListener interface.Kay Ousterhout2013-10-167-80/+37
| * Merge pull request #62 from harveyfeng/masterMatei Zaharia2013-10-152-2/+5
| |\
| | * Proper formatting for SparkHadoopWriter class extensions.Harvey Feng2013-10-151-1/+3
| | * Fix line length > 100 chars in SparkHadoopWriterHarvey Feng2013-10-151-1/+2
| | * Make TaskContext's stageId publicly accessible.Harvey Feng2013-10-151-1/+1
| * | Merge pull request #34 from kayousterhout/renameMatei Zaharia2013-10-156-36/+42
| |\ \
| | * | Fixed build error after merging in masterKay Ousterhout2013-10-151-1/+1
| | * | Merge remote branch 'upstream/master' into renameKay Ousterhout2013-10-15132-1205/+4531
| | |\|
| | * | Added back fully qualified class nameKay Ousterhout2013-10-061-1/+1
| | * | Renamed StandaloneX to CoarseGrainedX.Kay Ousterhout2013-10-046-35/+41
| * | | Unified daemon thread poolsKay Ousterhout2013-10-157-38/+29
| | |/ | |/|
* | | Switching from Seq to IndexedSeqJoseph E. Gonzalez2013-10-172-23/+28
* | | This commit accomplishes three goals:Joseph E. Gonzalez2013-10-172-80/+166
* | | Introducing unique indexedrdd and adding numerous specialized joinsJoseph E. Gonzalez2013-10-163-180/+427
|\ \ \
| * | | IndexedRDD now only supports unique keysJoseph E. Gonzalez2013-10-163-184/+182
| * | | adding indexed reduce by keyJoseph E. Gonzalez2013-10-151-0/+43
| * | | Adding a few extra comments.Joseph E. Gonzalez2013-10-142-11/+18
| * | | Introducing indexedrddJoseph E. Gonzalez2013-10-147-36/+1139
* | | | switched to more efficienct implementation of reduce by keyJoseph E. Gonzalez2013-10-162-1/+45
* | | | Merge branch 'master' of https://github.com/apache/incubator-spark into index...Joseph E. Gonzalez2013-10-1550-516/+1529
|\ \ \ \ | | |/ / | |/| |
| * | | Bump up logging level to warning for failed tasks.Reynold Xin2013-10-141-5/+5
| * | | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-1448-439/+635
| |\| |
| * | | Fixed PairRDDFunctionsSuite after removing InterruptibleRDD.Reynold Xin2013-10-121-1/+1
| * | | Job cancellation: address Matei's code review feedback.Reynold Xin2013-10-1217-216/+248
| * | | Job cancellation: addressed code review feedback round 2 from Kay.Reynold Xin2013-10-113-44/+47
| * | | Fixed dagscheduler suite because of a logging message change.Reynold Xin2013-10-111-1/+1
| * | | Job cancellation: addressed code review feedback from Kay.Reynold Xin2013-10-1112-80/+86
| * | | Making takeAsync and collectAsync deterministic.Reynold Xin2013-10-113-19/+15
| * | | Properly handle interrupted exception in FutureAction.Reynold Xin2013-10-111-7/+5
| * | | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-1035-212/+2106
| |\ \ \
| * | | | Fixed the broken local scheduler test.Reynold Xin2013-10-102-2/+5
| * | | | Added comprehensive tests for job cancellation in a variety of environments (...Reynold Xin2013-10-102-50/+138
| * | | | Switched to use daemon thread in executor and fixed a bug in job cancellation...Reynold Xin2013-10-106-28/+19
| * | | | Changed the name of the local cluster executor from local to localhost.Reynold Xin2013-10-101-1/+1
| * | | | Use the same Executor in LocalScheduler as in ClusterScheduler.Reynold Xin2013-10-104-144/+67
| * | | | Rename kill -> cancel in user facing API / documentation.Reynold Xin2013-10-104-31/+27
| * | | | Support job cancellation in multi-pool scheduler.Reynold Xin2013-10-103-4/+19
| * | | | Fixed the deadlock situation in multi-job actions and added more unit tests.Reynold Xin2013-10-104-150/+186
| * | | | Put the job cancellation handling into the dagscheduler's main event loop.Reynold Xin2013-10-108-44/+69
| * | | | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-0924-240/+334
| |\ \ \ \
| * | | | | Implemented FutureAction, FutureJob, CancellablePromise.Reynold Xin2013-10-095-133/+474
| * | | | | Added countAsync and various unit tests for async actions.Reynold Xin2013-10-035-11/+196
| * | | | | - Created AsyncRDDActions.Reynold Xin2013-10-036-32/+151
| * | | | | Merge branch 'master' into killReynold Xin2013-10-0218-167/+500
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'origin' into killReynold Xin2013-10-0242-145/+257
| |\ \ \ \ \
| * | | | | | Made output of CoGroup and aggregations interruptible.Reynold Xin2013-09-194-2/+46
| * | | | | | Wrap around cached data to InterruptibleIterator.Reynold Xin2013-09-191-2/+2
| * | | | | | Added comment to InterruptibleIterator.Reynold Xin2013-09-191-0/+4