Run apache flink from intellij or eclipse

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

Run apache flink from intellij or eclipse

Erdem erdfem
Hello,

I am running flink from intellij or eclipse, but i dont see my job on the
flink dashboard
localhost:8081

What should i do?
Reply | Threaded
Open this post in threaded view
|

Re: Run apache flink from intellij or eclipse

Eron Wright-2
When you run in the IDE, an embedded ("local") Flink environment is
created.  It doesn't make use of your Flink cluster as "flink run" would.

I believe you can activate the Web UI by using the following API:
StreamExecutionEnvironment::createLocalEnvironmentWithWebUI
<https://ci.apache.org/projects/flink/flink-docs-release-1.3/api/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.html#createLocalEnvironmentWithWebUI-org.apache.flink.configuration.Configuration->


On Wed, Sep 13, 2017 at 4:52 AM, Erdem erdfem <[hidden email]>
wrote:

> Hello,
>
> I am running flink from intellij or eclipse, but i dont see my job on the
> flink dashboard
> localhost:8081
>
> What should i do?
>