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)