aboutsummaryrefslogtreecommitdiff
path: root/ec2
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@gmail.com>2014-06-17 12:25:55 -0700
committerAaron Davidson <aaron@databricks.com>2014-06-17 12:25:55 -0700
commita14807e84cbda64e5a73babb7a28c69ee1ef3cbb (patch)
treed5801ecc5427c4a4a1fde8263f57f28688aaa2cc /ec2
parent443f5e1bbcf9ec55e5ce6e4f738a002a47818100 (diff)
downloadspark-a14807e84cbda64e5a73babb7a28c69ee1ef3cbb.tar.gz
spark-a14807e84cbda64e5a73babb7a28c69ee1ef3cbb.tar.bz2
spark-a14807e84cbda64e5a73babb7a28c69ee1ef3cbb.zip
[SPARK-2147 / 2161] Show removed executors on the UI
This PR includes two changes - **[SPARK-2147]** When an application finishes cleanly (i.e. `sc.stop()` is called), all of its executors used to disappear from the Master UI. This no longer happens. - **[SPARK-2161]** This adds a "Removed Executors" table to Master UI, so the user can find out why their executors died from the logs, for instance. The equivalent table already existed in the Worker UI, but was hidden because of a bug (the comment `//scalastyle:off` disconnected the `Seq[Node]` that represents the HTML for table). This should go into 1.0.1 if possible. Author: Andrew Or <andrewor14@gmail.com> Closes #1102 from andrewor14/remember-removed-executors and squashes the following commits: 2e2298f [Andrew Or] Add hash code method to ExecutorInfo (minor) abd72e0 [Andrew Or] Merge branch 'master' of github.com:apache/spark into remember-removed-executors 792f992 [Andrew Or] Add missing equals method in ExecutorInfo 3390b49 [Andrew Or] Add executor state column to WorkerPage 161f8a2 [Andrew Or] Display finished executors table (fix bug) fbb65b8 [Andrew Or] Removed unused method c89bb6e [Andrew Or] Add table for removed executors in MasterWebUI fe47402 [Andrew Or] Show exited executors on the Master UI
Diffstat (limited to 'ec2')
0 files changed, 0 insertions, 0 deletions