aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MetricsSystem refactorjerryshao2013-07-2411-149/+193
| * | | Update metric source support for instrumentationjerryshao2013-07-249-14/+70
| * | | Add Master and Worker instrumentation supportjerryshao2013-07-244-4/+115
| * | | Build metrics system framworkjerryshao2013-07-247-0/+255
|/ / /
* | | Merge pull request #727 from rxin/schedulerMatei Zaharia2013-07-236-125/+174
|\ \ \
| * | | Moved non-serializable closure catching exception from submitStage to submitM...Reynold Xin2013-07-232-12/+23
| * | | Added comments on task closure serialization.Reynold Xin2013-07-232-0/+4
| * | | Scheduler code style cleanup.Reynold Xin2013-07-236-125/+170
| * | | SPARK-829: scheduler shouldn't hang if a task contains unserializable objects...Reynold Xin2013-07-232-16/+42
* | | | Merge pull request #726 from rxin/spark-826Matei Zaharia2013-07-232-16/+53
|\ \ \ \
| * | | | Moved non-serializable closure catching exception from submitStage to submitM...Reynold Xin2013-07-232-12/+23
| * | | | SPARK-829: scheduler shouldn't hang if a task contains unserializable objects...Reynold Xin2013-07-232-16/+42
* | | | | Small bug fixMatei Zaharia2013-07-231-2/+2
* | | | | Merge pull request #725 from karenfeng/task-startMatei Zaharia2013-07-238-5/+63
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Modifies instead of copies HashSets, fixes comment styleKaren Feng2013-07-232-5/+7
| * | | | Replaces Seq with HashSet, removes redundant importKaren Feng2013-07-231-5/+6
| * | | | Adds/removes active tasks only onceKaren Feng2013-07-231-4/+4
| * | | | Tracks task start events and shows number of active tasks on Executor UIKaren Feng2013-07-238-3/+58
* | | | | Merge pull request #723 from rxin/mllibshivaram2013-07-236-22/+53
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Use a different validation dataset for Logistic Regression prediction testing.Reynold Xin2013-07-231-12/+17
| * | | | Made RegressionModel serializable and added unit tests to make sure predict m...Reynold Xin2013-07-236-16/+42
| |/ / /
* | | | Merge pull request #720 from ooyala/2013-07/persistent-rdds-apiMatei Zaharia2013-07-233-1/+70
|\ \ \ \ | |/ / / |/| | |
| * | | Move getPersistentRDDs testing to a new SuiteEvan Chan2013-07-232-6/+60
| * | | Rename method per rxin feedbackEvan Chan2013-07-231-2/+2
| * | | Add toMap method to TimeStampedHashMap and use itEvan Chan2013-07-232-1/+4
| * | | Add a public method getCachedRdds to SparkContextEvan Chan2013-07-212-1/+13
* | | | Merge pull request #719 from karenfeng/ui-808Matei Zaharia2013-07-225-19/+148
|\ \ \ \
| * | | | Split task columns, memory columns sort by numeric valueKaren Feng2013-07-221-15/+21
| * | | | Executors UI now calls executor ID from TaskInfo instead of TaskMetricsKaren Feng2013-07-223-9/+1
| * | | | Shows number of complete/total/failed tasks (bug: failed tasks assigned to nu...Karen Feng2013-07-222-9/+55
| * | | | Fixed memory used/remaining/total bugKaren Feng2013-07-221-5/+7
| * | | | Merge branch 'master' of https://github.com/mesos/spark into ui-808Karen Feng2013-07-229-48/+96
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Changed table format for executorsKaren Feng2013-07-191-17/+23
| * | | | Creates Executors tab for application with RDD block and memory/disk used, so...Karen Feng2013-07-197-19/+96
* | | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-223-10/+33
|\ \ \ \ \
| * \ \ \ \ Merge pull request #722 from JoshRosen/spark-825Matei Zaharia2013-07-223-10/+33
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fix bug: DoubleRDDFunctions.sampleStdev() computed non-sample stdev().Josh Rosen2013-07-223-10/+33
| |/ / / /
* | | | | Remove annotation code that broke build.Josh Rosen2013-07-221-5/+0
* | | | | Add JavaAPICompletenessChecker.Josh Rosen2013-07-226-1/+434
* | | | | Fix a test that was using an outdated config settingMatei Zaharia2013-07-221-3/+3
|/ / / /
* | | | Merge pull request #716 from c0s/webui-portMatei Zaharia2013-07-213-6/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Regression: default webui-port can't be set via command line "--webui-port" a...Konstantin Boudnik2013-07-193-6/+7
|/ / /
* | | Merge pull request #711 from shivaram/ml-generatorsMatei Zaharia2013-07-192-39/+75
|\ \ \
| * | | Rename classes to be called DataGeneratorShivaram Venkataraman2013-07-182-3/+2
| * | | Refactor data generators to have a function that can be used in tests.Shivaram Venkataraman2013-07-182-34/+71
| * | | Move ML lib data generator files to util/Shivaram Venkataraman2013-07-172-2/+2
* | | | Merge pull request #717 from viirya/dev1Matei Zaharia2013-07-194-3/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | also exclude asm for hadoop2. hadoop1 looks like no need to do that too.Liang-Chi Hsieh2013-07-201-2/+2
| * | | fix typo.Liang-Chi Hsieh2013-07-202-2/+2
| * | | A better fix for giving local jars unde Yarn mode.Liang-Chi Hsieh2013-07-193-10/+13