aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Using origin versionHossein Falaki2013-12-30158-4558/+5123
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | Made SerializableHyperLogLog Externalizable and added Kryo testsHossein Falaki2013-10-181-5/+6
| | * | | | | | | | Improved code style.Hossein Falaki2013-10-172-2/+2
| | * | | | | | | | Fixed document typoHossein Falaki2013-10-172-4/+4
| | * | | | | | | | Added countDistinctByKey to PairRDDFunctions that counts the approximate numb...Hossein Falaki2013-10-171-0/+51
| | * | | | | | | | Added a countDistinct method to RDD that takes takes an accuracy parameter an...Hossein Falaki2013-10-171-1/+25
| | * | | | | | | | Added a serializable wrapper for HyperLogLogHossein Falaki2013-10-171-0/+44
* | | | | | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2013-12-3116-103/+116
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #238 from ngbinh/upgradeNettyPatrick Wendell2013-12-316-42/+58
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix failed unit testsBinh Nguyen2013-12-273-13/+24
| | * | | | | | | | | Fix imports orderBinh Nguyen2013-12-243-5/+2
| | * | | | | | | | | Remove import * and fix some formattingBinh Nguyen2013-12-242-7/+4
| | * | | | | | | | | upgrade Netty from 4.0.0.Beta2 to 4.0.13.FinalBinh Nguyen2013-12-245-29/+40
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #289 from tdas/filestream-fixPatrick Wendell2013-12-314-43/+42
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fixed comments and long lines based on comments on PR 289.Tathagata Das2013-12-311-1/+2
| | * | | | | | | | | Fixed Python API for sc.setCheckpointDir. Also other fixes based on Reynold's...Tathagata Das2013-12-243-5/+3
| | * | | | | | | | | Merge branch 'apache-master' into filestream-fixTathagata Das2013-12-2427-112/+287
| | |\| | | | | | | |
| | * | | | | | | | | Merge branch 'scheduler-update' into filestream-fixTathagata Das2013-12-1996-533/+651
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | * | | | | | | | | Fixed multiple file stream and checkpointing bugs.Tathagata Das2013-12-114-41/+40
| * | | | | | | | | | Merge pull request #308 from kayousterhout/stage_namingPatrick Wendell2013-12-305-12/+16
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | Updated code style according to Patrick's commentsKay Ousterhout2013-12-291-4/+2
| | * | | | | | | | | Changed naming of StageCompleted event to be consistentKay Ousterhout2013-12-275-12/+18
| * | | | | | | | | | Merge pull request #304 from kayousterhout/remove_unusedPatrick Wendell2013-12-281-6/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Removed unused failed and causeOfFailure variablesKay Ousterhout2013-12-271-6/+0
* | | | | | | | | | | | Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-308-32/+54
* | | | | | | | | | | | Properly show Spark properties on web UI, and change app name propertyMatei Zaharia2013-12-293-8/+11
* | | | | | | | | | | | Added tests for SparkConf and fixed a bugMatei Zaharia2013-12-291-0/+1
* | | | | | | | | | | | Fix a change that was lost during mergeMatei Zaharia2013-12-291-1/+2
* | | | | | | | | | | | Fix a few settings that were being read as system properties after mergeMatei Zaharia2013-12-292-9/+13
* | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into conf2Matei Zaharia2013-12-2934-1260/+1120
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #307 from kayousterhout/other_failureMatei Zaharia2013-12-272-6/+0
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Removed unused OtherFailure TaskEndReason.Kay Ousterhout2013-12-272-6/+0
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * / | | | | | | | | | Remove unused hasPendingTasks methodsKay Ousterhout2013-12-274-16/+0
| |/ / / / / / / / / /
| * | | | | | | | | | Style fixes as per Reynold's reviewKay Ousterhout2013-12-271-6/+6
| * | | | | | | | | | Fixed >100char lines in DAGScheduler.scalaKay Ousterhout2013-12-271-15/+27
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #298 from aarondav/minorReynold Xin2013-12-261-3/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Decrease margin of left side of log pageAaron Davidson2013-12-261-3/+3
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * / | | | | | | | Avoid a lump of coal (NPE) in JobProgressListener's stocking.Mark Hamstra2013-12-251-6/+3
| |/ / / / / / / /
| * | | | | | | | Merge pull request #127 from kayousterhout/consolidate_schedulersPatrick Wendell2013-12-2417-1202/+874
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Responded to Reynold's style commentsKay Ousterhout2013-12-243-6/+7
| | * | | | | | | | Correctly merged in maxTaskFailures fixKay Ousterhout2013-12-221-1/+1
| | * | | | | | | | Renamed ClusterScheduler to TaskSchedulerImplKay Ousterhout2013-12-2010-27/+27
| | * | | | | | | | Merge remote branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-12-20100-607/+742
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge master into 127Aaron Davidson2013-12-0842-586/+1196
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fixed error message in ClusterScheduler to be consistent with the old LocalSc...Kay Ousterhout2013-11-151-2/+6
| | * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-11-156-79/+45
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Don't retry tasks if result wasn't serializableKay Ousterhout2013-11-141-1/+11
| | * | | | | | | | | | | Fix bug where scheduler could hang after task failure.Kay Ousterhout2013-11-141-10/+3
| | * | | | | | | | | | | Changed local backend to use Akka actorKay Ousterhout2013-11-141-23/+57
| | * | | | | | | | | | | Fixed naming issues and added back ability to specify max task failures.Kay Ousterhout2013-11-137-20/+80