GitHub user sachingoel0101 opened a pull request:
https://github.com/apache/flink/pull/1327
[FLINK-2966][web-dashboard] Improve the way job duration is reported.
Duration is now reported in the following manner:
< 1 s: as ms, *eg.* 359ms
[1 s, 1 m): as it is, *eg.* 20s
[1 m, 1 h): x m y s, *eg.* 5m 10s
[1 h, 1 d): x h y m, *eg.* 3h 9m [shows seconds too on hovering]
>=1 d: x d y h, *eg.* 5d 2h [shows minutes and seconds too on hovering]
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sachingoel0101/flink 2966_durations
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1327.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1327
----
commit 063c41eb1444a5e4ea62c44954e69743ca089d97
Author: Sachin Goel <[email protected]>
Date: 2015-11-04T15:04:48Z
[FLINK-2966][web-dashboard] Improve the way job duration is reported.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---