[ 
https://issues.apache.org/jira/browse/FLINK-9045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16425536#comment-16425536
 ] 

ASF GitHub Bot commented on FLINK-9045:
---------------------------------------

GitHub user zentol opened a pull request:

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

    [FLINK-9045][REST] Add logging message for web UI address

    ## What is the purpose of the change
    
    Adds a logging message explicitly saying on which address and port the web 
UI is listening on.
    This message is logged in the legacy code-base, but with flip6 we were only 
logging the REST server address. While technically the same it may not be 
obvious to users that there is a difference.
    
    ## Verifying this change
    
    Not tested.

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

    $ git pull https://github.com/zentol/flink 9045

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

    https://github.com/apache/flink/pull/5814.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 #5814
    
----
commit f71ed114024727da3fe985f1a43c7a1b40ede9ee
Author: zentol <chesnay@...>
Date:   2018-04-04T08:44:59Z

    [FLINK-9045][REST] Add logging message for web UI address

----


> LocalEnvironment with web UI does not work with flip-6
> ------------------------------------------------------
>
>                 Key: FLINK-9045
>                 URL: https://issues.apache.org/jira/browse/FLINK-9045
>             Project: Flink
>          Issue Type: Bug
>          Components: Webfrontend
>            Reporter: Stephan Ewen
>            Assignee: Chesnay Schepler
>            Priority: Blocker
>             Fix For: 1.5.0
>
>
> The following code is supposed to start a web UI when executing in-IDE. Does 
> not work with flip-6, as far as I can see.
> {code}
> final ExecutionEnvironment env = 
> ExecutionEnvironment.createLocalEnvironmentWithWebUI(new Configuration());
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to