You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "Alexey Romanenko (JIRA)" <ji...@apache.org> on 2018/04/10 11:34:00 UTC

[jira] [Commented] (LIVY-452) Differentiate FAILED and KILLED states

    [ https://issues.apache.org/jira/browse/LIVY-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16432100#comment-16432100 ] 

Alexey Romanenko commented on LIVY-452:
---------------------------------------

If there are no objections or any other comments on this, then I could submit PR for this.

> Differentiate FAILED and KILLED states
> --------------------------------------
>
>                 Key: LIVY-452
>                 URL: https://issues.apache.org/jira/browse/LIVY-452
>             Project: Livy
>          Issue Type: Improvement
>            Reporter: Alexey Romanenko
>            Priority: Major
>
> Now it's not possible to distinguish between two states - _SparkApp.State.KILLED_ and  _SparkApp.State.FAILED._ In both cases the session state will be _SessionState.Dead()._
> In our use case it's important to distinguish whether job was failed or killed. So, I propose to add new _SessionState.Killed()_ which will be used when job was actually killed by user. 
> If this idea will be approved then I can submit PR about that.



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