Piotr Godek created FLINK-2414: ---------------------------------- Summary: 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)