Re: Run the code in the UI

2021-02-21 Thread Tzu-Li (Gordon) Tai
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

2021-02-20 Thread Abu Bakar Siddiqur Rahman Rocky
Hi, What is the way to run the code (from eclipse or intellij idea) to the Apache Flink UI? Thank you!