Re: Run apache flink from intellij or eclipse

2017-09-15 Thread Eron Wright
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

Run apache flink from intellij or eclipse

2017-09-15 Thread 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?