aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Replace map-reduce with dot operator using DoubleMatrixXinghao2013-07-284-8/+18
| * | | Fixed SVM and LR train functions to take Int instead of Double for Classifica...Xinghao2013-07-283-22/+21
| * | | Changed Classification to return Int instead of DoubleXinghao2013-07-287-30/+28
| * | | SVMSuite and LassoSuite rewritten to follow closely with LogisticRegressionSuiteXinghao2013-07-282-35/+161
| * | | Move data generators to utilXinghao2013-07-282-0/+0
| * | | Change *_LocalRandomSGD to *LocalRandomSGDXinghao2013-07-286-41/+24
| * | | Resolve conflicts with master, removed regParam for LogisticRegressionXinghao2013-07-266-64/+412
| * | | New files from merge with masterXinghao2013-07-26516-448/+10890
| |\ \ \
| * | | | Making ClassificationModel serializableXinghao2013-07-261-1/+1
| * | | | Rename LogisticRegression, SVM and Lasso to *_LocalRandomSGDXinghao2013-07-266-18/+18
| * | | | Multiple changesXinghao2013-07-264-8/+9
| * | | | Adding SVM and Lasso, moving LogisticRegression to classification from regres...Xinghao2013-07-2413-18/+642
* | | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-296-15/+9
|\ \ \ \ \
| * | | | | Some fixes to Python examples (style and package name for LR)Matei Zaharia2013-07-276-15/+9
| | |/ / / | |/| | |
* | | | | Add docs about ipythonMatei Zaharia2013-07-291-3/+31
* | | | | SPARK-815. Python parallelize() should split lists before batchingMatei Zaharia2013-07-291-2/+9
* | | | | Use None instead of empty string as it's slightly smaller/fasterMatei Zaharia2013-07-291-1/+1
* | | | | Allow python/run-tests to run from any directoryMatei Zaharia2013-07-291-0/+3
* | | | | Optimize Python foreach() to not return as many objectsMatei Zaharia2013-07-291-1/+5
* | | | | Optimize Python take() to not compute entire first partitionMatei Zaharia2013-07-292-34/+45
* | | | | Two fixes to IPython support:Matei Zaharia2013-07-281-3/+7
|/ / / /