[ https://issues.apache.org/jira/browse/FLINK-8091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386414#comment-16386414 ]
ASF GitHub Bot commented on FLINK-8091: --------------------------------------- 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 <andreas.fink@...> Date: 2018-03-05T17:26:57Z [FLINK-8091] Support running historyserver in foreground ---- > Support running historyserver in foreground > ------------------------------------------- > > Key: FLINK-8091 > URL: https://issues.apache.org/jira/browse/FLINK-8091 > Project: Flink > Issue Type: Improvement > Components: Docker, History Server > Affects Versions: 1.3.2 > Reporter: Joshua Griffith > Priority: Minor > > The historyserver runs as a daemon. To use it with Docker it would be > convenient if it supported running in the foreground. -- This message was sent by Atlassian JIRA (v7.6.3#76005)