You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GJL <gi...@git.apache.org> on 2018/02/15 10:35:43 UTC

[GitHub] flink pull request #5493: [FLINK-7857][flip6] Port JobVertexDetails to REST ...

GitHub user GJL opened a pull request:

    https://github.com/apache/flink/pull/5493

    [FLINK-7857][flip6] Port JobVertexDetails to REST endpoint

    ## What is the purpose of the change
    
    *Port JobVertexDetails to REST endpoint)*
    
    This PR is based on #5035 
    
    cc: @tillrohrmann 
    
    ## 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*
      - *Ran a job locally and queried for job vertex details using*
    ```
    curl -v  http://127.0.0.1:9065/jobs/934645a2724ae2aeed9e30306998bb89/vertices/90bea66de1c231edf33913ecd54406c1
    ```
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): (yes / **no**)
      - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
      - The serializers: (yes / **no** / don't know)
      - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
      - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
      - The S3 file system connector: (yes / **no** / don't know)
    
    ## Documentation
    
      - Does this pull request introduce a new feature? (yes / **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/GJL/flink FLINK-7857-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5493.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 #5493
    
----
commit ad9a55815b7f330b9eb887ec845443d470f75126
Author: zjureel <zj...@...>
Date:   2017-12-19T09:07:56Z

    [FLINK-7857][flip6] Port JobVertexDetailsHandler to REST endpoint

commit 3595cbc34f03fd0d6c9c20e7995d1e3ef7f1260d
Author: gyao <ga...@...>
Date:   2018-02-15T10:32:15Z

    [FLINK-7857][flip6] Return status 404 if JobVertex is unknown

----


---

[GitHub] flink pull request #5493: [FLINK-7857][flip6] Port JobVertexDetails to REST ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/5493


---