You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "Alex Bozarth (JIRA)" <ji...@apache.org> on 2018/01/16 20:19:00 UTC

[jira] [Updated] (LIVY-345) Add kill and cancel functionality to UI

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

Alex Bozarth updated LIVY-345:
------------------------------
    Issue Type: Improvement  (was: Sub-task)

Updating this to split off from its parent task. Currently the Web UI is GET only and doesn't support POSTs. Though adding this functionality is of interest, it is low priory and I don't plan on picking it back up anytime soon. I will leave this assigned to me but if anyone wants to take it on feel free to post here and I'm willing to help get you started.

> Add kill and cancel functionality to UI
> ---------------------------------------
>
>                 Key: LIVY-345
>                 URL: https://issues.apache.org/jira/browse/LIVY-345
>             Project: Livy
>          Issue Type: Improvement
>          Components: Server
>    Affects Versions: 0.4
>            Reporter: Alex Bozarth
>            Assignee: Alex Bozarth
>            Priority: Minor
>
> Add kill links (like in the Spark Web UI) to each session in the All Sessions Page
> * Include popup verification (like in Spark)
> * {noformat} Calls DELETE /session/{id} {noformat}
> Also add similar cancel links to each statement in the Session Page
> * Include popup verification
> * {noformat} POST /sessions/{sessionId}/statements/{statementId}/cancel {noformat}
> These links should require proper security
> [This may be split up into two PRs if needed]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)