Re: Run the code in the UI
Hi, Could you re-elaborate what exactly you mean? If you wish to run a Flink job within the IDE, but also have the web UI running for it, you can use `StreamExecutionEnvironment.createLocalEnvironmentWithWebUI(Configuration)` to create the execution environment. The default port 8081 will be used
Run the code in the UI
Hi, What is the way to run the code (from eclipse or intellij idea) to the Apache Flink UI? Thank you!