[ 
https://issues.apache.org/jira/browse/SPARK-5495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saisai Shao updated SPARK-5495:
-------------------------------
    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:

!https://dl.dropboxusercontent.com/u/19230832/master_ui.png!

Add a kill action for each active application, kill action here is to simply 
stop the specific application.


  was:
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:

!https://dl.dropboxusercontent.com/u/19230832/master_ui.png!

Add a kill action for each active application, kill here to simply stop the 
specific application.



> Offer user the ability to kill application in master web UI for standalone 
> mode
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-5495
>                 URL: https://issues.apache.org/jira/browse/SPARK-5495
>             Project: Spark
>          Issue Type: New Feature
>          Components: Web UI
>            Reporter: Saisai Shao
>
> 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:
> !https://dl.dropboxusercontent.com/u/19230832/master_ui.png!
> Add a kill action for each active application, kill action here is to simply 
> stop the specific application.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to