GitHub user mxm opened a pull request:

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

    [FLINK-2873] detect & serve the job manager log files correctly

    When multiple job masters are started or old log files are present, the
    log file could not be served through the web frontend.
    
    This commit determines the log file path through the "log.dir"
    environment variable or the config entry JOB_MANAGER_WEB_LOG_PATH_KEY.
    
    The latter is merely a shortcut for the unit tests or if multiple web
    frontends run inside one VM.

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

    $ git pull https://github.com/mxm/flink FLINK-2873

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

    https://github.com/apache/flink/pull/1271.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 #1271
    
----
commit 32b723df432eb75b06f979c2a3aa387d31894da5
Author: Maximilian Michels <m...@apache.org>
Date:   2015-10-20T15:07:40Z

    [FLINK-2873] detect & serve the job manager log files correctly
    
    When multiple job masters are started or old log files are present, the
    log file could not be served through the web frontend.
    
    This commit determines the log file path through the "log.dir"
    environment variable or the config entry JOB_MANAGER_WEB_LOG_PATH_KEY.
    
    The latter is merely a shortcut for the unit tests or if multiple web
    frontends run inside one VM.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to