You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by fnk <gi...@git.apache.org> on 2018/03/05 17:41:48 UTC

[GitHub] flink pull request #5642: [FLINK-8091] [flink-dist] Support running historys...

GitHub user fnk opened a pull request:

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

    [FLINK-8091] [flink-dist] Support running historyserver in foreground

    ## Brief change log
    
    *Allow historyserver to run in foreground*
      - The scripts "flink-console.sh" and "historyserver.sh" were adjusted to handle the "start-foreground" flag
      - The documentation for historyserver was adjusted accordingly
    
    
    ## Verifying this change
    
    This change is a trivial rework / code cleanup without any test coverage.
    
    We use this change in our production setup with flink 1.3 but as far as i can see the related scripts did not change between releases.
    
    "mvn clean verify" succeeded.
    
    ## 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? yes
      - If yes, how is the feature documented? docs


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/noris-network/flink FLINK-8091

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

    https://github.com/apache/flink/pull/5642.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 #5642
    
----
commit 1fdc24a86b59843020e7ccecb82e9f7daf9f34f7
Author: Andreas Fink <an...@...>
Date:   2018-03-05T17:26:57Z

    [FLINK-8091] Support running historyserver in foreground

----


---

[GitHub] flink issue #5642: [FLINK-8091] [flink-dist] Support running historyserver i...

Posted by StephanEwen <gi...@git.apache.org>.
Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/5642
  
    Looks good, thanks!
    
    Merging this for 1.5+


---

[GitHub] flink pull request #5642: [FLINK-8091] [flink-dist] Support running historys...

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

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


---