aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Merge pull request #319 from kayousterhout/remove_error_methodReynold Xin2014-01-022-6/+1
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | Removed redundant TaskSetManager.error() function.Kay Ousterhout2014-01-022-6/+1
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge pull request #311 from tmyklebu/masterMatei Zaharia2014-01-024-15/+93
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Make Python function/line appear in the UI.Tor Myklebust2013-12-281-11/+55
| | * | | | | | | | | | Factor call site reporting out to SparkContext.Tor Myklebust2013-12-283-4/+38
| * | | | | | | | | | | Merge pull request #309 from mateiz/conf2Patrick Wendell2014-01-01140-941/+1731
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix Python code after change of getOrElseMatei Zaharia2014-01-012-7/+14
| | * | | | | | | | | | | 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-0149-189/+206
| | * | | | | | | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-0119-37/+52
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-0112-211/+457
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix two compile errors introduced in mergeMatei Zaharia2013-12-312-2/+2
| | * | | | | | | | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2013-12-3130-259/+347
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-3023-124/+241
| | * | | | | | | | | | | | | Properly show Spark properties on web UI, and change app name propertyMatei Zaharia2013-12-296-12/+15
| | * | | | | | | | | | | | | Fix some Python docs and make sure to unset SPARK_TESTING in PythonMatei Zaharia2013-12-296-22/+37
| | * | | | | | | | | | | | | Added tests for SparkConf and fixed a bugMatei Zaharia2013-12-293-0/+117
| | * | | | | | | | | | | | | 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-293-11/+15
| | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into conf2Matei Zaharia2013-12-2990-1808/+2721
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Add Python docs about SparkConfMatei Zaharia2013-12-292-1/+44
| | * | | | | | | | | | | | | | Fix some other Python tests due to initializing JVM in a different wayMatei Zaharia2013-12-293-10/+19
| | * | | | | | | | | | | | | | Add SparkConf support in PythonMatei Zaharia2013-12-296-17/+158
| | * | | | | | | | | | | | | | Fix Python use of getLocalDirMatei Zaharia2013-12-291-1/+1
| | * | | | | | | | | | | | | | Fix other failing testsMatei Zaharia2013-12-288-37/+30
| | * | | | | | | | | | | | | | Add a StreamingContext constructor that takes a conf objectMatei Zaharia2013-12-281-1/+20
| | * | | | | | | | | | | | | | Fix CheckpointSuite test failuresMatei Zaharia2013-12-281-4/+3
| | * | | | | | | | | | | | | | Fix test failures due to setting / clearing clock type in StreamingMatei Zaharia2013-12-284-10/+14
| | * | | | | | | | | | | | | | 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-2888-536/+692
| | * | | | | | | | | | | | | | spark-544, introducing SparkConf and related configuration overhaul.Prashant Sharma2013-12-2596-478/+612
| | | | | | | | | | | | | | * | 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
| | | | | | | | | | | | | | * | Removed sbt folder and changed docs accordinglyPrashant Sharma2014-01-0217-95/+51
| | | | | | | | | | | | | | * | Deleted py4j jar and added to assembly dependencyPrashant Sharma2014-01-027-50/+2
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #312 from pwendell/log4j-fix-2Patrick Wendell2014-01-0119-37/+52
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge remote-tracking branch 'apache-github/master' into log4j-fix-2Patrick Wendell2014-01-0138-465/+803
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #314 from witgo/masterReynold Xin2013-12-312-1356/+240
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | restore core/pom.xml file modificationliguoqiang2014-01-012-1356/+240
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #73 from falaki/ApproximateDistinctCountReynold Xin2013-12-3112-233/+1595
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | Added stream 2.5.1 jar depenencyHossein Falaki2013-12-301-1/+2
| | * | | | | | | | | | | | | Renamed countDistinct and countDistinctByKey methods to include ApproxHossein Falaki2013-12-305-15/+15
| | * | | | | | | | | | | | | Using origin versionHossein Falaki2013-12-30374-8424/+19051
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | Removed superfluous abs call from test cases.Hossein Falaki2013-12-101-2/+2