You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Abu Bakar Siddiqur Rahman Rocky <ba...@gmail.com> on 2021/02/20 13:43:33 UTC

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!

Re: Run the code in the UI

Posted by "Tzu-Li (Gordon) Tai" <tz...@apache.org>.
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 unless specified via `rest.port` in the
configuration.

Cheers,
Gordon



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/