Run the code in the UI

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Run the code in the UI

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!
Reply | Threaded
Open this post in threaded view
|

Re: Run the code in the UI

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 unless specified via `rest.port` in the
configuration.

Cheers,
Gordon



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