aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* For standalone mode, get JAVA_HOME, SPARK_JAVA_OPTS, SPARK_LIBRARY_PATH from ↵Charles Reiss2013-07-251-3/+6
| | | | application env, not worker env
* Fix Chill version in MavenMatei Zaharia2013-07-251-1/+1
|
* Update Chill reference in pom.xml tooMatei Zaharia2013-07-251-2/+8
|
* fix wrappingryanlecompte2013-07-241-2/+4
|
* add testryanlecompte2013-07-241-0/+1
|
* add copyright back inryanlecompte2013-07-241-0/+17
|
* refactor Kryo serializer support to use chill/chill-javaryanlecompte2013-07-242-141/+34
|
* 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
|
* Code refactor according to commentsjerryshao2013-07-2415-125/+178
|
* Code style changesjerryshao2013-07-243-7/+6
|
* Change class xxxInstrumentation to class xxxSourceAndrew xia2013-07-247-10/+10
|
* continue to refactor code style and functionsAndrew xia2013-07-2414-201/+189
|
* Fix some typosjerryshao2013-07-246-15/+10
|
* Add Maven metrics library dependency and code changesjerryshao2013-07-242-1/+10
|
* Change Executor MetricsSystem initialize code to SparkEnvjerryshao2013-07-246-31/+22
|
* Register and init metricsSystem in SparkContextAndrew xia2013-07-242-6/+8
| | | | | | | Conflicts: core/src/main/scala/spark/SparkContext.scala core/src/main/scala/spark/SparkEnv.scala
* 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
| | | | | | | Conflicts: core/src/main/scala/spark/SparkContext.scala core/src/main/scala/spark/SparkEnv.scala
* 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
|
* Code clean and remarshaljerryshao2013-07-247-31/+15
|
* refactor metrics systemAndrew xia2013-07-248-134/+84
| | | | | 1.change source abstract class to support MetricRegistry 2.change master/work/jvm source class
* MetricsSystem refactorjerryshao2013-07-2411-149/+193
|
* Update metric source support for instrumentationjerryshao2013-07-248-13/+67
|
* Add Master and Worker instrumentation supportjerryshao2013-07-244-4/+115
|
* Build metrics system framworkjerryshao2013-07-246-0/+242
|
* Merge pull request #727 from rxin/schedulerMatei Zaharia2013-07-236-125/+174
|\ | | | | Scheduler code style cleanup.
| * Moved non-serializable closure catching exception from submitStage to ↵Reynold Xin2013-07-232-12/+23
| | | | | | | | submitMissingTasks
| * 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 ↵Reynold Xin2013-07-232-16/+42
| | | | | | | | objects in its closure.
* | Merge pull request #726 from rxin/spark-826Matei Zaharia2013-07-232-16/+53
|\ \ | | | | | | SPARK-829: scheduler shouldn't hang if a task contains unserializable objects in its closure
| * | Moved non-serializable closure catching exception from submitStage to ↵Reynold Xin2013-07-232-12/+23
| | | | | | | | | | | | submitMissingTasks
| * | SPARK-829: scheduler shouldn't hang if a task contains unserializable ↵Reynold Xin2013-07-232-16/+42
| | | | | | | | | | | | objects in its closure.
* | | Small bug fixMatei Zaharia2013-07-231-2/+2
| | |
* | | Merge pull request #725 from karenfeng/task-startMatei Zaharia2013-07-238-5/+63
|\ \ \ | |/ / |/| | Creates task start events
| * | 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 #720 from ooyala/2013-07/persistent-rdds-apiMatei Zaharia2013-07-233-1/+70
|\ \ | |/ |/| Add a public method getCachedRdds to SparkContext
| * 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
| |