How can I start the Flink job manager web interface when running Flink from an IDE
问题 I would like to access the Flink Web interface when starting it locally from the IDE. I need this because I'd like to access the counters (accumulators) of Flink. 回答1: In order to start the web interface when starting Flink locally, we have to enable the web interface in the FlinkMiniCluster . The FlinkMiniCluster is the class managing the startup of all Flink services locally. Include the dependency: <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-runtime-web_${scala