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/20 11:02:21 UTC

[GitHub] flink pull request #5533: [FLINK-7714][flip6] Port JarPlanHandler to new RES...

GitHub user GJL opened a pull request:

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

    [FLINK-7714][flip6] Port JarPlanHandler to new REST endpoint

    ## What is the purpose of the change
    
    *Enable showing job plan from the web job submission page.*
    
    This PR is based on #5529 
    
    cc: @tillrohrmann 
    
    
    ## Brief change log
      - *Implement JarPlanHandler.*
    
    
    ## Verifying this change
    
    This change added tests and can be verified as follows:
    
      - *Tested manually.*
    
    ## 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-7714

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

    https://github.com/apache/flink/pull/5533.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 #5533
    
----
commit edf336fd852486611fbb0366cef3c92b82ca71a5
Author: gyao <ga...@...>
Date:   2018-02-19T17:35:09Z

    [FLINK-7712][flip6] Implement JarDeleteHandler

commit 23ad73ea44391107013cd9015f47b430b911dc6c
Author: gyao <ga...@...>
Date:   2018-02-19T17:31:40Z

    [hotfix] Move JarListInfoTest to correct package

commit 780f0591f7d7794eb2f9581b0ae472b533eb3ffd
Author: gyao <ga...@...>
Date:   2018-02-19T17:43:20Z

    [hotfix] Rename JarUploadMessageHeaders to JarUploadHeaders

commit 54ec1838f47bba797a6252e407daf5745b9a0445
Author: gyao <ga...@...>
Date:   2018-02-20T10:58:54Z

    [FLINK-7714][flip6] Implement JarPlanHandler

----


---

[GitHub] flink pull request #5533: [FLINK-7714][flip6] Port JarPlanHandler to new RES...

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

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


---