aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Minor formatting fixes.Tathagata Das2013-12-233-9/+13
| | * | | | | | | | | | | Updated testsuites to work with the slack time of file stream.Tathagata Das2013-12-233-2/+22
| | * | | | | | | | | | | Merge branch 'scheduler-update' into filestream-fixTathagata Das2013-12-233-4/+26
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Fixed bug in file stream that prevented some files from being readTathagata Das2013-12-231-9/+12
| | * | | | | | | | | | | Updated CheckpointWriter and FileInputDStream to be robust against failed Fil...Tathagata Das2013-12-223-35/+78
| | * | | | | | | | | | | Merge branch 'scheduler-update' into filestream-fixTathagata Das2013-12-222-1/+6
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'scheduler-update' into filestream-fixTathagata Das2013-12-19224-3164/+4050
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Fixed multiple file stream and checkpointing bugs.Tathagata Das2013-12-1110-117/+159
| * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | Revert "Merge pull request #310 from jyunfan/master"Reynold Xin2013-12-281-1/+1
| * | | | | | | | | | | | | Merge pull request #310 from jyunfan/masterReynold Xin2013-12-281-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Fix typo in the Accumulators sectionJyun-Fan Tsai2013-12-291-1/+1
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #304 from kayousterhout/remove_unusedPatrick Wendell2013-12-281-6/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Removed unused failed and causeOfFailure variablesKay Ousterhout2013-12-271-6/+0
| | | | | | | | | | | * | | 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
| | | | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #307 from kayousterhout/other_failureMatei Zaharia2013-12-272-6/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Removed unused OtherFailure TaskEndReason.Kay Ousterhout2013-12-272-6/+0
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |