You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Sachin Goel (JIRA)" <ji...@apache.org> on 2015/08/02 08:01:04 UTC

[jira] [Updated] (FLINK-2414) Extend job data in job list

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

Sachin Goel updated FLINK-2414:
-------------------------------
    Assignee:     (was: Sachin Goel)

> Extend job data in job list
> ---------------------------
>
>                 Key: FLINK-2414
>                 URL: https://issues.apache.org/jira/browse/FLINK-2414
>             Project: Flink
>          Issue Type: Improvement
>          Components: Webfrontend
>            Reporter: Piotr Godek
>
> For now the job list function (/jobs) provides only job identifiers.
> Would be good if it contained all the data used in the list, the same as for single jobs, so that no extra calls are required to display the list (
> "jid"
> "name"
> "state"
> "start-time"
> "end-time":
> "duration"
> "operators"{
> "total"
> "pending"
> "running"
> "finished"
> "canceling"
> "canceled"
> "failed"
> }
> Also, start-time and end-time could be unix timestamps, not strings, the same goes for duration - could be just a number in milliseconds. This would allow for time formatting.



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