aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'scheduler-update' into filestream-fixTathagata Das2013-12-19111-632/+740
|\
| * Minor changes.Tathagata Das2013-12-181-1/+0
| * Merge branch 'apache-master' into scheduler-updateTathagata Das2013-12-18109-627/+738
| |\
| | * Fixed a performance problem in RDD.top and BoundedPriorityQueue (size in Boun...Reynold Xin2013-12-171-0/+2
| | * CleanupPatrick Wendell2013-12-161-1/+0
| | * Attempt with extra repositoriesPatrick Wendell2013-12-161-8/+1
| | * Merge pull request #245 from gregakespret/task-maxfailures-fixReynold Xin2013-12-163-5/+5
| | |\
| | | * Fix tests.Grega Kespret2013-12-102-2/+2
| | | * Fix for spark.task.maxFailures not enforced correctly.Grega Kespret2013-12-091-3/+3
| | * | Use scala.binary.version in POMsMark Hamstra2013-12-151-9/+9
| | * | 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-1126-288/+834
| | |\| |
| | * | | Style fixes and addressed review comments at #221Prashant Sharma2013-12-1011-42/+50
| | * | | Incorporated Patrick's feedback comment on #211 and made maven build/dep-reso...Prashant Sharma2013-12-071-1/+1
| | * | | Fix long linesAaron Davidson2013-12-064-10/+12
| | * | | Rename SparkActorSystem to IndestructibleActorSystemAaron Davidson2013-12-065-14/+23
| | |\ \ \
| | | * \ \ Merge branch 'wip-scala-2.10' into akka-bug-fixPrashant Sharma2013-12-061-1/+1
| | | |\ \ \
| | | | * | | A left over akka -> akka.tcp changesPrashant Sharma2013-12-061-1/+1
| | | * | | | Made running SparkActorSystem specific to executors only.Prashant Sharma2013-12-032-3/+11
| | | * | | | Cleanup and documentation of SparkActorSystemAaron Davidson2013-12-031-85/+29
| | * | | | | Cleanup and documentation of SparkActorSystemAaron Davidson2013-12-021-85/+29
| | |/ / / /
| | * / / / Made akka capable of tolerating fatal exceptions and moving on.Prashant Sharma2013-12-022-2/+114
| | |/ / /
| | * | | Merge branch 'master' into wip-scala-2.10Prashant Sharma2013-11-291-2/+8
| | |\ \ \
| | * | | | Changed defaults for akka to almost disable failure detector.Prashant Sharma2013-11-291-4/+6
| | * | | | Fixed the broken build.Prashant Sharma2013-11-281-2/+3
| | * | | | Merge branch 'master' into wip-scala-2.10Prashant Sharma2013-11-2720-243/+686
| | |\ \ \ \
| | * | | | | Improvements from the review comments and followed Boy Scout Rule.Prashant Sharma2013-11-278-35/+21
| | * | | | | Restored master address for client.Prashant Sharma2013-11-262-6/+9
| | * | | | | Fixed compile time warnings and formatting post merge.Prashant Sharma2013-11-264-8/+5
| | * | | | | Merge branch 'master' into scala-2.10-wipPrashant Sharma2013-11-2510-56/+365
| | |\ \ \ \ \
| | * | | | | | Remote death watch has a funny bug.Prashant Sharma2013-11-256-49/+7
| | * | | | | | Fine tuning defaults for akka and restored tracking of dissassociated events,...Prashant Sharma2013-11-255-21/+40
| | * | | | | | Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10-tempPrashant Sharma2013-11-2120-126/+292
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'scala210-master' of github.com:colorant/incubator-spark into sc...Prashant Sharma2013-11-21183-4868/+8350
| | |\ \ \ \ \ \ \
| | | * | | | | | | Various merge correctionsAaron Davidson2013-11-1416-49/+23
| | | * | | | | | | Some fixes for previous master merge commitsRaymond Liu2013-11-153-5/+4
| | | * | | | | | | Merge branch 'master' into scala-2.10Raymond Liu2013-11-1412-124/+154
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'master' into scala-2.10Raymond Liu2013-11-13182-4739/+8229
| | | |\ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove deprecated actorFor and use actorSelection everywhere.Prashant Sharma2013-11-128-49/+56
| | * | | | | | | | | | Enabled remote death watch and a way to configure the timeouts for akka heart...Prashant Sharma2013-11-123-26/+27
| | |/ / / / / / / / /
| | * | | | | | | | | Fixed some scala warnings in core.Prashant Sharma2013-10-102-3/+3
| | * | | | | | | | | Changed message-frame-size to maximum-frame-size as property.Prashant Sharma2013-10-104-18/+5
| | * | | | | | | | | Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10Prashant Sharma2013-10-1012-51/+100
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'scala-2.10' of github.com:ScrapCodes/spark into scala-2.10Prashant Sharma2013-10-1058-296/+873
| | |\ \ \ \ \ \ \ \ \ \