You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/04/16 19:26:00 UTC

[jira] [Closed] (FLINK-9045) LocalEnvironment with web UI does not work with flip-6

     [ https://issues.apache.org/jira/browse/FLINK-9045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-9045.
-----------------------------------
    Resolution: Fixed

The logging was adapted to be like in previous version, the {{createLocalEnvironmentWithWebUI}} will start the UI on port 8081.

master: 27be32e8a44e3afcce9a17e3b95767869f56ab61
1.5: a241d2af7d640407974dfa460f4693d1f75a5ff2

> 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)