GitHub user zjureel opened a pull request:
https://github.com/apache/flink/pull/5209
[FLINK-7711] Port JarListHandler to WebMonitorEndpoint
## What is the purpose of the change
Port JarListHandler to WebMonitorEndpoint
## Brief change log
- *Create JarWithProgramUtils from PackageProgram to check jar file*
- *Create new JarListHandler and JarListInfo*
- *Add uploadDir to RestHandlerConfiguration*
## Verifying this change
This change added tests and can be verified as follows:
- *Added test case JarListInfoTest*
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (no)
- The serializers: (no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
- The S3 file system connector: (no)
## Documentation
- Does this pull request introduce a new feature? (no)
- If yes, how is the feature documented? (not applicable / docs /
JavaDocs / not documented)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zjureel/flink FLINK-7711
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5209.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 #5209
----
commit 145f153530914d0ee8066686a1fb382c6ddf5af5
Author: zjureel <zjureel@...>
Date: 2017-12-27T07:34:57Z
[FLINK-7711] Create program validation class in runtime project for
JarListHandler
commit c8f30345a93e6640d4b91d887c5caa4184068782
Author: zjureel <zjureel@...>
Date: 2017-12-27T07:35:27Z
[FLINK-7711] Port JarListHander in WebMonitorEndpoint
commit 48ee1d1ca4c0bc9cf6a6520b0135e9abdbcc3458
Author: zjureel <zjureel@...>
Date: 2017-12-28T01:50:10Z
[FLINK-7711] Add test case for JarListInfo
----
---