aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/deploy/master/Master.scala
Commit message (Expand)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-386/+0
* Rename `memoryBytesToString` and `memoryMegabytesToString`Patrick Wendell2013-08-151-1/+1
* MetricsServlet code refactor according to commentsjerryshao2013-08-121-10/+1
* Add MetricsServlet for Spark metrics systemjerryshao2013-08-121-0/+9
* Moved handling of timed out workers within the Master actorMark Hamstra2013-08-051-1/+5
* milliseconds -> seconds in timeOutDeadWorkers loggingMark Hamstra2013-08-051-1/+1
* Timeout zombie workersMark Hamstra2013-08-051-6/+12
* under_scores --> camelCase for config optionsPatrick Wendell2013-08-011-1/+1
* Adding application-level metrics.Patrick Wendell2013-08-011-5/+17
* Moved DeployMessage's into its own DeployMessages object.Reynold Xin2013-07-291-15/+24
* Code refactor according to commentsjerryshao2013-07-241-7/+4
* Change class xxxInstrumentation to class xxxSourceAndrew xia2013-07-241-2/+2
* continue to refactor code style and functionsAndrew xia2013-07-241-3/+3
* Code clean and remarshaljerryshao2013-07-241-4/+5
* MetricsSystem refactorjerryshao2013-07-241-7/+10
* Add Master and Worker instrumentation supportjerryshao2013-07-241-1/+8
* Regression: default webui-port can't be set via command line "--webui-port" a...Konstantin Boudnik2013-07-191-1/+1
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Fixed links for "Back to Master"Karen Feng2013-07-111-1/+1
* Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-061-11/+7
|\
| * Allowing for requested port on constructionPatrick Wendell2013-06-241-1/+1
| * A few bug fixes and a unit testPatrick Wendell2013-06-241-4/+5
| * Style cleanupPatrick Wendell2013-06-221-0/+1
| * Spray refactoring for master web UIPatrick Wendell2013-06-221-10/+2
| * Partially working checkpointPatrick Wendell2013-06-221-0/+2
* | Bug fix: SPARK-789Lian Cheng2013-07-051-1/+3
|/
* Merge pull request #593 from squito/driver_ui_linkReynold Xin2013-05-151-1/+1
|\
| * switch from separating appUI host & port to combining into just appUiUrlImran Rashid2013-05-051-1/+1
| * applications (aka drivers) send their webUI address to master when registerin...Imran Rashid2013-05-031-1/+1
* | Fix SPARK-630: app details page shows finished executors as running.Josh Rosen2013-05-041-0/+1
|/
* Checkpoint commit - compiles and passes a lot of tests - not all though, look...Mridul Muralidharan2013-04-151-7/+9
* Notify standalone deploy client of application death.Charles Reiss2013-03-091-6/+11
* Fixed master datastructure updates after removing an application; and a typo.Mosharaf Chowdhury2013-02-271-1/+1
* Set spark.deploy.spreadOut to true by default in 0.7 (improves locality)Matei Zaharia2013-02-251-1/+1
* Several fixes to the work to log when no resources can be used by a job.Matei Zaharia2013-02-221-4/+4
* Merge remote-tracking branch 'pwendell/starvation-check'Matei Zaharia2013-02-221-2/+11
|\
| * Starvation check in Standlone schedulerPatrick Wendell2013-02-031-0/+8
* | Rename "jobs" to "applications" in the standalone clusterMatei Zaharia2013-02-171-87/+87
* | Some bug and formatting fixes to FTMatei Zaharia2013-02-101-2/+2
* | Detect hard crashes of workers using a heartbeat mechanism.root2013-02-101-2/+27
* | Tweak web UI so that people don't get confused about master URL formatMatei Zaharia2013-02-101-1/+1
* | Fix createActorSystem not actually using the systemName parameter.Stephen Haberman2013-02-021-3/+21
|/
* Merge remote-tracking branch 'stephenh/removefailedjob'Matei Zaharia2013-01-291-4/+2
|\
| * Don't bother creating an exception.Stephen Haberman2013-01-221-2/+1
| * Call removeJob instead of killing the cluster.Stephen Haberman2013-01-221-2/+1
* | Merge branch 'master' into driverStephen Haberman2013-01-281-2/+2
|\ \
| * | Track workers by executor ID instead of hostname to allow multipleMatei Zaharia2013-01-271-2/+2
| |/
* / Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-9/+9
|/
* more File -> String changesImran Rashid2013-01-211-3/+2
* send sparkHome as String instead of File over networkImran Rashid2013-01-211-1/+1