Description
For cluster admins or users who manage the whole cluster need to have the ability to kill the dangling or long-running applications through simple ways.
For examples, if user started with a spark-shell for a long time but actually is pending without any job running. In this scenario, it is better for the admins to kill that apps to free the resources.
Currently Spark user can kill the stage in driver UI, but not application. So here I'd propose to add a function to kill the application in master web UI for standalone mode.
The snapshot of function shows as below:
Add a kill action for each active application, kill action here is to simply stop the specific application.
Attachments
Issue Links
- is duplicated by
-
SPARK-888 Killing jobs on standalone cluster
- Resolved
- is related to
-
SPARK-46369 Remove `kill` link from RELAUNCHING drivers in MasterPage
- Resolved
- links to