aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #249 from ngbinh/partitionInJavaSortByKeyJosh Rosen2013-12-141-0/+14
|\
| * Hook directly to Scala APIBinh Nguyen2013-12-101-8/+6
| * Leave default value of numPartitions to Scala code.Binh Nguyen2013-12-101-2/+8
| * Use braces to shorten the line.Binh Nguyen2013-12-101-1/+3
| * Expose numPartitions parameter in JavaPairRDD.sortByKey()Binh Nguyen2013-12-101-2/+10
* | Added a comment about ActorRef and ActorSelection difference.Prashant Sharma2013-12-141-0/+7
* | Review comments on the PR for scala 2.10 migration.Prashant Sharma2013-12-1313-45/+26
* | Merge branch 'master' into akka-bug-fixPrashant Sharma2013-12-1116-269/+529
|\|
| * License headersPatrick Wendell2013-12-091-0/+17
| * Merge pull request #190 from markhamstra/Stages4JobsMatei Zaharia2013-12-067-80/+244
| |\
| | * SparkListenerJobStart posted from local jobsMark Hamstra2013-12-031-0/+1
| | * Synchronous, inline cleanup after runLocallyMark Hamstra2013-12-032-11/+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-037-77/+248
| * | 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
| * | | | | jobWaiter.synchronized before jobWaiter.waitMark Hamstra2013-12-052-1/+2
| | |_|/ / | |/| | |
| * | | | Merge pull request #228 from pwendell/masterPatrick Wendell2013-12-051-1/+1
| |\ \ \ \
| | * | | | Document missing configs and set shuffle consolidation to false.Patrick Wendell2013-12-041-1/+1
| * | | | | Merge pull request #199 from harveyfeng/yarn-2.2Matei Zaharia2013-12-041-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/master' into yarn-2.2Harvey Feng2013-11-2615-184/+573
| | |\ \ \ \ \
| | * | | | | | Hadoop 2.2 YARN API migration for `SPARK_HOME/new-yarn`Harvey Feng2013-11-231-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #227 from pwendell/masterPatrick Wendell2013-12-041-16/+13
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Fix small bug in web UI and minor clean-up.Patrick Wendell2013-12-041-16/+13
| * | | | | | Add missing space after "Serialized" in StorageLevelAndrew Ash2013-12-041-1/+1
| |/ / / / /
| * | | | | Merge pull request #223 from rxin/transientMatei Zaharia2013-12-041-5/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Marked doCheckpointCalled as transient.Reynold Xin2013-12-031-2/+2
| | * | | | Mark partitioner, name, and generator field in RDD as @transient.Reynold Xin2013-12-021-3/+3
| * | | | | Merge pull request #217 from aarondav/mesos-urlsReynold Xin2013-12-022-115/+120
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add unit test for SparkContext scheduler creationAaron Davidson2013-11-282-116/+120
| | * | | | Re-enable zk:// urls for Mesos SparkContextsAaron Davidson2013-11-281-5/+6
| | | |/ / | | |/| |
| * | | | Merge pull request #219 from sundeepn/schedulerexceptionReynold Xin2013-12-011-1/+11
| |\ \ \ \
| | * | | | Log exception in scheduler in addition to passing it to the caller.Sundeep Narravula2013-12-011-2/+4
| | * | | | Scheduler quits when createStage fails.Sundeep Narravula2013-11-301-1/+9
| | | |_|/ | | |/| |
| * | | | More commentsLian, Cheng2013-11-291-0/+3
| * | | | Updated some inline comments in DAGSchedulerLian, Cheng2013-11-291-5/+26
| * | | | Bugfix: SPARK-965 & SPARK-966Lian, Cheng2013-11-283-25/+40
| |/ / /
* | | | Style fixes and addressed review comments at #221Prashant Sharma2013-12-1010-33/+41