GitHub user yew1eb opened a pull request:
https://github.com/apache/flink/pull/4664
[FLINK-7562] Show uploaded-jars descending by upload time
## What is the purpose of the change
Currently, upload the jar package show is unordered in the Apache Flink Web
Dashboard page,
I think we should sort by upload time, so look more friendly!
## Brief change log
Modifyed
`org.apache.flink.runtime.webmonitor.handlers.JarListHandler.handleJsonRequest`
method.
## Verifying this change
Rebuild flink, run a local cluster, it work well.(show upload-jars
descending by upload time.)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yew1eb/flink FLINK-7562
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4664.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 #4664
----
commit 57005a6705686d3d00fd97a878baf1a2e2584acb
Author: yew1eb <[email protected]>
Date: 2017-09-09T07:40:08Z
Show uploaded-jars descending by upload time
----
---