aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refactor Kryo serializer support to use chill/chill-javaryanlecompte2013-07-243-143/+37
* Fix Maven build errors after previous commitsMatei Zaharia2013-07-242-22/+129
* Merge pull request #728 from jey/examples-jar-envMatei Zaharia2013-07-242-11/+13
|\
| * Fix setting of SPARK_EXAMPLES_JARJey Kottalam2013-07-242-11/+13
* | Merge pull request #729 from karenfeng/ui-811Matei Zaharia2013-07-244-6/+45
|\ \ | |/ |/|
| * Fixed consistency of "success" status stringKaren Feng2013-07-241-1/+1
| * Removed finished status for task info, changed name of success caseKaren Feng2013-07-241-3/+1
| * Changed ifs with returns to if/elseKaren Feng2013-07-241-8/+9
| * Shows task status and running tasks on Stage Page: fixes SPARK-804 and 811Karen Feng2013-07-244-6/+46
* | Merge pull request #675 from c0s/assemblyMatei Zaharia2013-07-245-1/+206
|\ \ | |/ |/|
| * Building spark assembly for further consumption of the Spark project with a d...Konstantin Boudnik2013-07-215-1/+206
* | Merge pull request #671 from jerryshao/masterMatei Zaharia2013-07-2426-6/+784
|\ \
| * | Code refactor according to commentsjerryshao2013-07-2416-126/+250
| * | Code style changesjerryshao2013-07-244-7/+8
| * | Change class xxxInstrumentation to class xxxSourceAndrew xia2013-07-247-10/+10
| * | Add metrics config template fileAndrew xia2013-07-242-15/+14
| * | continue to refactor code style and functionsAndrew xia2013-07-2414-201/+189
| * | Fix some typosjerryshao2013-07-247-16/+11
| * | Add Maven metrics library dependency and code changesjerryshao2013-07-244-3/+20
| * | Change Executor MetricsSystem initialize code to SparkEnvjerryshao2013-07-246-31/+22
| * | Register and init metricsSystem in SparkContextAndrew xia2013-07-242-6/+8
| * | Refactor metricsSystem unit test, add resource files.Andrew xia2013-07-244-55/+19
| * | Add metrics source of DAGScheduler and blockManagerAndrew xia2013-07-245-4/+84
| * | Remove twice add Source bug and code cleanjerryshao2013-07-242-12/+10
| * | Add metrics system unit testjerryshao2013-07-242-0/+157
| * | Add default properties to deal with no configure file situationjerryshao2013-07-245-25/+30
| * | Add Executor instrumentationjerryshao2013-07-243-1/+56
| * | Add dependency of Codahale's metrics libraryjerryshao2013-07-241-0/+2
| * | Code clean and remarshaljerryshao2013-07-247-31/+15
| * | refactor metrics systemAndrew xia2013-07-248-134/+84
| * | 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