aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move implicit arg to constructor for Java access.Shivaram Venkataraman2013-08-031-4/+7
* Refactor optimizers and create GLMsShivaram Venkataraman2013-08-0210-286/+320
* Refactor SGD options into a new class.Shivaram Venkataraman2013-07-318-159/+143
* Merge pull request #755 from jerryshao/add-apache-headerMatei Zaharia2013-07-308-0/+136
|\
| * Add Apache license header to metrics systemjerryshao2013-07-318-0/+136
|/
* Merge pull request #744 from karenfeng/bootstrap-updatePatrick Wendell2013-07-302-13/+14
|\
| * Fixed wrap styleKaren Feng2013-07-301-2/+2
| * Fixed style, lowered height of progress barsKaren Feng2013-07-301-1/+1
| * Removed intermediate set for activeTasks, removed progress bar marginKaren Feng2013-07-302-2/+3
| * Fixed continuity of executorToTasksActive, changed color of progress barsKaren Feng2013-07-292-3/+6
| * Merge branch 'master' of https://github.com/mesos/spark into bootstrap-updateKaren Feng2013-07-294-49/+121
| |\
| * | Added started tasks to progress barKaren Feng2013-07-291-3/+6
| * | Merge branch 'master' of https://github.com/mesos/spark into bootstrap-updateKaren Feng2013-07-292-4/+5
| |\ \
| * | | Use Bootstrap progress bars in web UIKaren Feng2013-07-291-10/+5
* | | | Merge pull request #752 from rxin/mastershivaram2013-07-308-38/+43
|\ \ \ \
| * | | | Minor style cleanup of mllib.Reynold Xin2013-07-305-35/+39
| * | | | Use a tigher bound in logistic regression unit test's prediction validation.Reynold Xin2013-07-301-3/+4
| * | | | Renamed Classification.scala to ClassificationModel.scala and Regression.scal...Reynold Xin2013-07-302-0/+0
|/ / / /
* | | | Merge pull request #748 from atalwalkar/mastershivaram2013-07-301-1/+2
|\ \ \ \
| * | | | made SimpleUpdater consistent with other updatersAmeet Talwalkar2013-07-291-1/+2
* | | | | Use File.pathSeparator instead of hardcoding ':'.Josh Rosen2013-07-291-2/+2
* | | | | Do not inherit master's PYTHONPATH on workers.Josh Rosen2013-07-292-3/+4
|/ / / /
* | | | Merge pull request #746 from rxin/cleanupMatei Zaharia2013-07-2922-397/+285
|\ \ \ \
| * | | | Moved all StandaloneClusterMessage's into StandaloneClusterMessages object.Reynold Xin2013-07-293-44/+43
| * | | | Moved block manager messages into BlockManagerMessages object.Reynold Xin2013-07-298-96/+82
| * | | | Removed Cache and SoftReferenceCache since they are no longer used.Reynold Xin2013-07-292-115/+0
| * | | | Moved DeployMessage's into its own DeployMessages object.Reynold Xin2013-07-299-142/+160
| | |_|/ | |/| |
* | | | Merge pull request #745 from shivaram/loss-update-fixatalwalkar2013-07-293-21/+18
|\ \ \ \
| * | | | Clarify how regVal is computed in Updater docsShivaram Venkataraman2013-07-291-8/+9
| * | | | Remove duplicate loss history and clarify why.Shivaram Venkataraman2013-07-293-13/+9
| | |_|/ | |/| |
* | | | Open up Job UI ports (33000-33010) on EC2 clustersMatei Zaharia2013-07-291-19/+20
| |/ / |/| |
* | | Merge pull request #735 from karenfeng/ui-807Patrick Wendell2013-07-294-48/+121
|\ \ \ | |/ / |/| |
| * | Alphabetized importsKaren Feng2013-07-291-2/+2
| * | Fixed outdated bugsKaren Feng2013-07-273-7/+7
| * | Cleaned up code based on pwendell's suggestionsKaren Feng2013-07-273-53/+20
| * | Moved val now to renderKaren Feng2013-07-271-1/+1
| * | Current time called once with value nowKaren Feng2013-07-271-1/+2
| * | Made metrics Option instead of Some, fixed NullPointerExceptionKaren Feng2013-07-262-17/+7
| * | Displys shuffle read/write only if exists, wraps if statements, trims old val...Karen Feng2013-07-264-32/+62
| * | Split Shuffle Activity overview column for read/writeKaren Feng2013-07-251-9/+16
| * | Shows totals for shuffle data and CPU time in Stage, homepage overviews inclu...Karen Feng2013-07-254-12/+90
* | | Merge pull request #741 from pwendell/usabilityReynold Xin2013-07-292-4/+5
|\ \ \ | |_|/ |/| |
| * | Slight wording changePatrick Wendell2013-07-271-1/+1
| * | Log executor on finishPatrick Wendell2013-07-271-2/+2
| * | Improve catch scope and logging for client stop()Patrick Wendell2013-07-271-2/+3
* | | Merge pull request #731 from pxinghao/mastershivaram2013-07-2912-52/+968
|\ \ \
| * | | Style fixXinghao2013-07-292-2/+4
| * | | Fix validatePrediction functions for Classification modelsXinghao2013-07-292-4/+2
| * | | Deleting extra LogisticRegressionGenerator and RidgeRegressionGeneratorXinghao2013-07-292-96/+0
| * | | Fix rounding error in LogisticRegression.scalaXinghao2013-07-291-2/+4