aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | 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-2943-1576/+1264
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Add SparkConf support in PythonMatei Zaharia2013-12-292-4/+12
| | * | | | | | | | | | | | Fix other failing testsMatei Zaharia2013-12-284-19/+8
| | * | | | | | | | | | | | Fix Executor not getting properties in local modeMatei Zaharia2013-12-282-2/+3
| | * | | | | | | | | | | | Check for SPARK_YARN_MODE through a system property too since it canMatei Zaharia2013-12-281-1/+2
| | * | | | | | | | | | | | Various fixes to configuration codeMatei Zaharia2013-12-2869-387/+530
| | * | | | | | | | | | | | spark-544, introducing SparkConf and related configuration overhaul.Prashant Sharma2013-12-2570-396/+523
| * | | | | | | | | | | | | Removed a repeated test and changed tests to not use uncommons jarPrashant Sharma2014-01-021-44/+50
| * | | | | | | | | | | | | ignoring tests for now, contrary to what I assumed these tests make sense giv...Prashant Sharma2014-01-022-3/+3
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'apache-github/master' into log4j-fix-2Patrick Wendell2014-01-0127-311/+570
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | restore core/pom.xml file modificationliguoqiang2014-01-011-1351/+235
| | * | | | | | | | | | | Merge pull request #73 from falaki/ApproximateDistinctCountReynold Xin2013-12-3110-232/+1588
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | 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-30194-4956/+8379
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / | | | | |/| | | | | | | |
| | | * | | | | | | | | | 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
| | | * | | | | | | | | | Added stream-lib dependency to Maven buildHossein Falaki2013-10-181-0/+4
| | | * | | | | | | | | | 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 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-315-45/+44
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | 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-2430-113/+395
| | | |\| | | | | | | | | |
| | | * | | | | | | | | | | Merge branch 'scheduler-update' into filestream-fixTathagata Das2013-12-19111-632/+740
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ / / / | | | | |/| | | | | | | | |
| | | * | | | | | | | | | | Fixed multiple file stream and checkpointing bugs.Tathagata Das2013-12-115-43/+42
| | * | | | | | | | | | | | Merge pull request #308 from kayousterhout/stage_namingPatrick Wendell2013-12-307-14/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | Updated code style according to Patrick's commentsKay Ousterhout2013-12-291-4/+2
| | | * | | | | | | | | | | Changed naming of StageCompleted event to be consistentKay Ousterhout2013-12-277-14/+20
| * | | | | | | | | | | | | 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
| |/ / / / / / / / / / / /