[
https://issues.apache.org/jira/browse/FLINK-7857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16258780#comment-16258780
]
ASF GitHub Bot commented on FLINK-7857:
---------------------------------------
GitHub user zjureel opened a pull request:
https://github.com/apache/flink/pull/5035
[FLINK-7857][flp6] Port JobVertexDetails to REST endpoint
## What is the purpose of the change
Port JobVertexDetails to REST endpoint
## Brief change log
- *Add JobVertexDetailsHandler*
- *Add JobVertexDetailsInfo and related class*
## Verifying this change
This change added tests and can be verified as follows:
- *Added test case JobVertexDetailsInfoTest*
## 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-7857
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5035.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 #5035
----
commit b09d2d0b6dd8b773cfc998bde51308ed94478c47
Author: zjureel <[email protected]>
Date: 2017-11-20T03:08:15Z
[FLINK-7857][flp6] Port JobVertexDetails to REST endpoint
----
> Port JobVertexDetails to REST endpoint
> --------------------------------------
>
> Key: FLINK-7857
> URL: https://issues.apache.org/jira/browse/FLINK-7857
> Project: Flink
> Issue Type: Sub-task
> Components: REST
> Affects Versions: 1.5.0
> Reporter: Fang Yong
> Assignee: Fang Yong
>
> Port JobVertexDetails to REST endpoint
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)