aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge master into 127Aaron Davidson2013-12-08119-1241/+6780
|\
| * Merge pull request #237 from pwendell/formatting-fixPatrick Wendell2013-12-061-1/+0
| |\
| | * Minor formatting fix in config filePatrick Wendell2013-12-061-1/+0
| |/
| * Merge pull request #236 from pwendell/shuffle-docsPatrick Wendell2013-12-061-1/+1
| |\
| | * Adding disclaimer for shuffle file consolidationPatrick Wendell2013-12-061-1/+1
| * | Merge pull request #235 from pwendell/masterPatrick Wendell2013-12-063-3/+10
| |\ \ | | |/ | |/|
| | * Minor doc fixes and updating READMEPatrick Wendell2013-12-063-3/+10
| |/
| * Merge pull request #234 from alig/masterPatrick Wendell2013-12-064-3/+17
| |\
| | * more docsAli Ghodsi2013-12-063-3/+5
| | * Updated documentation about the YARN v2.2 build processAli Ghodsi2013-12-063-1/+13
| * | Merge pull request #190 from markhamstra/Stages4JobsMatei Zaharia2013-12-069-91/+280
| |\ \
| | * | SparkListenerJobStart posted from local jobsMark Hamstra2013-12-031-0/+1
| | * | Synchronous, inline cleanup after runLocallyMark Hamstra2013-12-033-13/+6
| | * | Local jobs post SparkListenerJobEnd, and DAGScheduler data structureMark Hamstra2013-12-032-8/+11
| | * | Tightly couple stageIdToJobIds and jobIdToStageIdsMark Hamstra2013-12-031-17/+12
| | * | Cleaned up job cancellation handlingMark Hamstra2013-12-031-7/+5
| | * | Refactoring to make job removal, stage removal, task cancellation clearerMark Hamstra2013-12-031-37/+39
| | * | Improved commentMark Hamstra2013-12-031-4/+3
| | * | Removed redundant residual re: reverted refactoring.Mark Hamstra2013-12-031-1/+1
| | * | Fixed intended side-effectsMark Hamstra2013-12-031-2/+2
| | * | Actor instead of eventQueue for LocalJobCompletedMark Hamstra2013-12-031-1/+1
| | * | Added stageId <--> jobId mapping in DAGSchedulerMark Hamstra2013-12-039-88/+286
| * | | Merge pull request #233 from hsaputra/changecontexttobackendMatei Zaharia2013-12-061-2/+2
| |\ \ \
| | * | | Change the name of input ragument in ClusterScheduler#initialize from context...Henry Saputra2013-12-051-2/+2
| | | |/ | | |/|
| * | | Merge pull request #205 from kayousterhout/loggingMatei Zaharia2013-12-061-2/+34
| |\ \ \
| | * | | Fixed problem with scheduler delayKay Ousterhout2013-12-021-4/+7
| | * | | Added logging of scheduler delays to UIKay Ousterhout2013-11-211-2/+31
| * | | | Merge pull request #220 from rxin/zippartMatei Zaharia2013-12-061-16/+11
| |\ \ \ \
| | * | | | Memoize preferred locations in ZippedPartitionsBaseRDD so preferred location ...Reynold Xin2013-11-301-16/+11
| * | | | | Merge pull request #232 from markhamstra/FiniteWaitReynold Xin2013-12-053-1/+28
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | FutureAction result testsMark Hamstra2013-12-051-0/+26
| | * | | | jobWaiter.synchronized before jobWaiter.waitMark Hamstra2013-12-052-1/+2
| |/ / / /
| * | | | Merge pull request #228 from pwendell/masterPatrick Wendell2013-12-053-4/+49
| |\ \ \ \
| | * | | | Forcing shuffle consolidation in DiskBlockManagerSuitePatrick Wendell2013-12-051-2/+12
| | * | | | Small changes from Matei reviewPatrick Wendell2013-12-041-2/+2
| | * | | | Document missing configs and set shuffle consolidation to false.Patrick Wendell2013-12-042-2/+37
| * | | | | Merge pull request #199 from harveyfeng/yarn-2.2Matei Zaharia2013-12-0423-343/+3716
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #2 from colorant/yarn-client-2.2Harvey Feng2013-12-033-24/+56
| | |\ \ \ \ \
| | | * | | | | Fix pom.xml for maven buildRaymond Liu2013-12-033-24/+56
| | |/ / / / /
| | * | | | | Use published "org.spark-project.akka-*" in sbt build for Hadoop-2.2 dependen...Harvey Feng2013-12-031-13/+15
| | * | | | | Merge pull request #1 from colorant/yarn-client-2.2Harvey Feng2013-11-275-17/+405
| | |\ \ \ \ \
| | | * | | | | Port yarn-client mode for new-yarnRaymond Liu2013-11-275-17/+405
| | |/ / / / /
| | * | | | | Merge remote-tracking branch 'origin/master' into yarn-2.2Harvey Feng2013-11-2635-218/+1466
| | |\ \ \ \ \
| | * | | | | | Add optional Hadoop 2.2 settings in sbt build.Harvey Feng2013-11-261-9/+23
| | * | | | | | Hadoop 2.2 YARN API migration for `SPARK_HOME/new-yarn`Harvey Feng2013-11-236-489/+468
| | * | | | | | Add a "new-yarn" directory in SPARK_HOME, intended to contain Hadoop-2.2 API ...Harvey Feng2013-11-2311-0/+2822
| | * | | | | | A few more style fixes in `yarn` package.Harvey Feng2013-11-233-45/+71
| | * | | | | | Merge branch 'master' into yarn-cleanupHarvey Feng2013-11-2130-161/+241
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Misc style changes in the 'yarn' package.Harvey Feng2013-11-174-273/+376
| * | | | | | | Merge pull request #227 from pwendell/masterPatrick Wendell2013-12-041-16/+13
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |