aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* 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-022-1/+111
|\ \
| * | Added Apache boilerplate and class docs to PartitionerAwareUnionRDD.Tathagata Das2013-12-261-3/+33
| * | Merge branch 'apache-master' into window-improvementTathagata Das2013-12-2620-1209/+909
| |\ \
| * \ \ Merge branch 'master' into window-improvementTathagata Das2013-12-2627-112/+287
| |\ \ \
| * | | | Fixed bug in PartitionAwareUnionRDDTathagata Das2013-12-261-6/+9
| * | | | Added tests for PartitionerAwareUnionRDD in the CheckpointSuite. Refactored C...Tathagata Das2013-12-202-14/+26
| * | | | Merge branch 'scheduler-update' into window-improvementTathagata Das2013-12-19115-1084/+1822
| |\ \ \ \
| * | | | | Added partitioner aware union, modified DStream.window.Tathagata Das2013-11-211-0/+65
* | | | | | 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-0141-163/+190
* | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-019-19/+37
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'apache-github/master' into log4j-fix-2Patrick Wendell2014-01-0114-56/+212
| |\ \ \ \ \ \
| * | | | | | | Adding outer checkout when initializing loggingPatrick Wendell2013-12-311-3/+5
| * | | | | | | Tiny typo fixPatrick Wendell2013-12-311-2/+2
| * | | | | | | 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-291-3/+15
| | |/ / / / / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-015-1/+154
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #73 from falaki/ApproximateDistinctCountReynold Xin2013-12-315-1/+154
| |\ \ \ \ \ \
| | * | | | | | Made the code more compact and readableHossein Falaki2013-12-313-23/+8
| | * | | | | | minor improvementsHossein Falaki2013-12-312-4/+5
| | * | | | | | 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-302-6/+6
| | * | | | | | Using origin versionHossein Falaki2013-12-30154-4536/+5112
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | 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-3110-61/+58
|\| | | | | | |
| * | | | | | | 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-1994-530/+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