You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Purshotam Shah (JIRA)" <ji...@apache.org> on 2016/12/14 19:02:58 UTC

[jira] [Updated] (OOZIE-2691) Show workflow action retry count to UI

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

Purshotam Shah updated OOZIE-2691:
----------------------------------
    Description: 
CLI
{code}
$ oozie job -info 0000000-161212175234862-oozie-puru-W@:start: -oozie http://localhost:11000/oozie -retries
ID : 0000000-161212175234862-oozie-puru-W@:start:
No Retries
------------------------------------------------------------------------------------------------------------------------------------
$ oozie job -info 0000000-161212175234862-oozie-puru-W@pig-node -oozie http://localhost:11000/oozie -retries
ID : 0000000-161212175234862-oozie-puru-W@pig-node
------------------------------------------------------------------------------------------------------------------------------------
Retry          : 1
Start Time     : Tue, 13 Dec 2016 01:54:13 GMT
End Time       : Tue, 13 Dec 2016 01:54:20 GMT
Console URL    : http://localhost:50030/jobdetails.jsp?jobid=job_201612051339_2648
------------------------------------------------------------------------------------------------------------------------------------
Retry          : 2
Start Time     : Tue, 13 Dec 2016 01:55:20 GMT
End Time       : Tue, 13 Dec 2016 01:55:24 GMT
Console URL    : http://localhost:50030/jobdetails.jsp?jobid=job_201612051339_2649
------------------------------------------------------------------------------------------------------------------------------------
Retry          : 3
Start Time     : Tue, 13 Dec 2016 01:56:24 GMT
End Time       : Tue, 13 Dec 2016 01:56:27 GMT
Console URL    : http://localhost:50030/jobdetails.jsp?jobid=job_201612051339_2650
------------------------------------------------------------------------------------------------------------------------------------
$ 
{code}

> Show workflow action retry count to UI
> --------------------------------------
>
>                 Key: OOZIE-2691
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2691
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Purshotam Shah
>            Assignee: Purshotam Shah
>            Priority: Minor
>         Attachments: OOZIE-2691-V1.patch, screenshot.png
>
>
> CLI
> {code}
> $ oozie job -info 0000000-161212175234862-oozie-puru-W@:start: -oozie http://localhost:11000/oozie -retries
> ID : 0000000-161212175234862-oozie-puru-W@:start:
> No Retries
> ------------------------------------------------------------------------------------------------------------------------------------
> $ oozie job -info 0000000-161212175234862-oozie-puru-W@pig-node -oozie http://localhost:11000/oozie -retries
> ID : 0000000-161212175234862-oozie-puru-W@pig-node
> ------------------------------------------------------------------------------------------------------------------------------------
> Retry          : 1
> Start Time     : Tue, 13 Dec 2016 01:54:13 GMT
> End Time       : Tue, 13 Dec 2016 01:54:20 GMT
> Console URL    : http://localhost:50030/jobdetails.jsp?jobid=job_201612051339_2648
> ------------------------------------------------------------------------------------------------------------------------------------
> Retry          : 2
> Start Time     : Tue, 13 Dec 2016 01:55:20 GMT
> End Time       : Tue, 13 Dec 2016 01:55:24 GMT
> Console URL    : http://localhost:50030/jobdetails.jsp?jobid=job_201612051339_2649
> ------------------------------------------------------------------------------------------------------------------------------------
> Retry          : 3
> Start Time     : Tue, 13 Dec 2016 01:56:24 GMT
> End Time       : Tue, 13 Dec 2016 01:56:27 GMT
> Console URL    : http://localhost:50030/jobdetails.jsp?jobid=job_201612051339_2650
> ------------------------------------------------------------------------------------------------------------------------------------
> $ 
> {code}



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