You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2018/03/21 13:58:00 UTC

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

Stephan Ewen created FLINK-9045:
-----------------------------------

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