aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | 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
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #306 from kayousterhout/remove_pendingMatei Zaharia2013-12-274-16/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Remove unused hasPendingTasks methodsKay Ousterhout2013-12-274-16/+0
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #305 from kayousterhout/line_spacingPatrick Wendell2013-12-271-15/+27
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Style fixes as per Reynold's reviewKay Ousterhout2013-12-271-6/+6
| * | | | | | | | | | | Fixed >100char lines in DAGScheduler.scalaKay Ousterhout2013-12-271-15/+27
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #298 from aarondav/minorReynold Xin2013-12-261-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Decrease margin of left side of log pageAaron Davidson2013-12-261-3/+3
* | | | | | | | | | | | Merge pull request #302 from pwendell/SPARK-1007Reynold Xin2013-12-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SPARK-1007: spark-class2.cmd should change SCALA_VERSION to be 2.10Patrick Wendell2013-12-261-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #295 from markhamstra/JobProgressListenerNPEMatei Zaharia2013-12-261-6/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |