aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| |\ \ | |/ / |/| |
| * | 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-3017-32/+21
| * | Response to Shivaram's reviewPatrick Wendell2013-12-302-15/+18
| * | SPARK-1008: Logging improvmentsPatrick Wendell2013-12-294-13/+37
| | * Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-0112-211/+457
| | |\ | |_|/ |/| |
* | | 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
| * | | | Made SerializableHyperLogLog Externalizable and added Kryo testsHossein Falaki2013-10-182-5/+10
| * | | | Added stream-lib dependency to Maven buildHossein Falaki2013-10-182-0/+9
| * | | | Improved code style.Hossein Falaki2013-10-174-15/+19
| * | | | Fixed document typoHossein Falaki2013-10-172-4/+4
| * | | | Added dependency on stream-lib version 2.4.0 for approximate distinct count s...Hossein Falaki2013-10-171-1/+2
| * | | | 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
| | | | * 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
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #238 from ngbinh/upgradeNettyPatrick Wendell2013-12-318-44/+60
|\ \ \ \ \
| * | | | | 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-247-31/+42
* | | | | | Merge pull request #289 from tdas/filestream-fixPatrick Wendell2013-12-3114-196/+269
|\ \ \ \ \ \
| * | | | | | Fixed comments and long lines based on comments on PR 289.Tathagata Das2013-12-314-10/+19
| * | | | | | Minor changes in comments and strings to address comments in PR 289.Tathagata Das2013-12-271-8/+6
| * | | | | | Added warning if filestream adds files with no data in them (file RDDs have 0...Tathagata Das2013-12-261-0/+7
| * | | | | | Changed file stream to not catch any exceptions related to finding new files ...Tathagata Das2013-12-261-19/+11
| * | | | | | Removed slack time in file stream and added better handling of exceptions due...Tathagata Das2013-12-263-50/+21
| * | | | | | Fixed Python API for sc.setCheckpointDir. Also other fixes based on Reynold's...Tathagata Das2013-12-247-22/+16
| * | | | | | Merge branch 'apache-master' into filestream-fixTathagata Das2013-12-2437-123/+465
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |