aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* Use AtomicInteger for numRunningTasksAndrew Or2014-01-041-12/+7
* Address Mark's commentsAndrew Or2014-01-043-18/+13
* Assign spill threshold as a fraction of maximum memoryAndrew Or2014-01-045-33/+81
* Remove unnecessary ClassTag'sAndrew Or2014-01-032-7/+4
* Refactor using SparkConfAndrew Or2014-01-034-19/+21
* Merge remote-tracking branch 'spark/master'Andrew Or2014-01-02117-967/+1887
|\
| * Merge pull request #320 from kayousterhout/erroneous_failed_msgReynold Xin2014-01-022-12/+15
| |\
| | * Remove erroneous FAILED state for killed tasks.Kay Ousterhout2014-01-022-12/+15
| * | Merge pull request #297 from tdas/window-improvementPatrick Wendell2014-01-024-157/+343
| |\ \
| | * | Added Apache boilerplate and class docs to PartitionerAwareUnionRDD.Tathagata Das2013-12-261-3/+33
| | * | Merge branch 'apache-master' into window-improvementTathagata Das2013-12-2628-1522/+975
| | |\ \
| | * \ \ Merge branch 'master' into window-improvementTathagata Das2013-12-2630-113/+395
| | |\ \ \
| | * | | | Fixed bug in PartitionAwareUnionRDDTathagata Das2013-12-261-6/+9
| | * | | | Added tests for PartitionerAwareUnionRDD in the CheckpointSuite. Refactored C...Tathagata Das2013-12-203-170/+231
| | * | | | Merge branch 'scheduler-update' into window-improvementTathagata Das2013-12-19148-1236/+2701
| | |\ \ \ \
| | * | | | | Added partitioner aware union, modified DStream.window.Tathagata Das2013-11-212-0/+92
| * | | | | | Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-sparkMatei Zaharia2014-01-022-6/+1
| |\ \ \ \ \ \
| | * | | | | | Removed redundant TaskSetManager.error() function.Kay Ousterhout2014-01-022-6/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #311 from tmyklebu/masterMatei Zaharia2014-01-023-4/+38
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Factor call site reporting out to SparkContext.Tor Myklebust2013-12-283-4/+38
| * | | | | | Fixed two uses of conf.get with no default value in MesosMatei Zaharia2014-01-012-2/+2
| * | | | | | Miscellaneous fixes from code review.Matei Zaharia2014-01-0144-174/+195
| * | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-0111-21/+45
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'apache-github/master' into log4j-fix-2Patrick Wendell2014-01-0126-102/+357
| | |\ \ \ \ \ \
| | * | | | | | | Adding outer checkout when initializing loggingPatrick Wendell2013-12-311-3/+5
| | * | | | | | | Tiny typo fixPatrick Wendell2013-12-311-2/+2
| | * | | | | | | Removing use in testPatrick Wendell2013-12-311-2/+0
| | * | | | | | | Minor fixesPatrick Wendell2013-12-302-3/+3
| | * | | | | | | Removing initLogging entirelyPatrick Wendell2013-12-309-17/+21
| | * | | | | | | Response to Shivaram's reviewPatrick Wendell2013-12-301-1/+1
| | * | | | | | | SPARK-1008: Logging improvmentsPatrick Wendell2013-12-292-3/+23
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-019-1/+237
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge pull request #73 from falaki/ApproximateDistinctCountReynold Xin2013-12-319-1/+237
| | |\ \ \ \ \ \
| | | * | | | | | Made the code more compact and readableHossein Falaki2013-12-313-23/+8
| | | * | | | | | minor improvementsHossein Falaki2013-12-312-4/+5
| | | * | | | | | Added Java unit tests for countApproxDistinct and countApproxDistinctByKeyHossein Falaki2013-12-301-0/+32
| | | * | | | | | Added Java API for countApproxDistinctHossein Falaki2013-12-301-0/+11
| | | * | | | | | Added Java API for countApproxDistinctByKeyHossein Falaki2013-12-301-0/+36
| | | * | | | | | Renamed countDistinct and countDistinctByKey methods to include ApproxHossein Falaki2013-12-305-15/+15
| | | * | | | | | Using origin versionHossein Falaki2013-12-30193-4714/+7028
| | | |\ \ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | |
| | | * | | | | | Removed superfluous abs call from test cases.Hossein Falaki2013-12-101-2/+2
| | | * | | | | | Made SerializableHyperLogLog Externalizable and added Kryo testsHossein Falaki2013-10-182-5/+10
| | | * | | | | | Improved code style.Hossein Falaki2013-10-174-15/+19
| | | * | | | | | Fixed document typoHossein Falaki2013-10-172-4/+4
| | | * | | | | | Added countDistinctByKey to PairRDDFunctions that counts the approximate numb...Hossein Falaki2013-10-172-0/+81
| | | * | | | | | Added a countDistinct method to RDD that takes takes an accuracy parameter an...Hossein Falaki2013-10-172-1/+38
| | | * | | | | | Added a serializable wrapper for HyperLogLogHossein Falaki2013-10-171-0/+44
| * | | | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2013-12-3119-107/+120
| |\| | | | | | |
| | * | | | | | | Merge pull request #238 from ngbinh/upgradeNettyPatrick Wendell2013-12-316-42/+58
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix failed unit testsBinh Nguyen2013-12-273-13/+24