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 <erdemyayla...@gmail.com>
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?
>

Reply via email to